Camera.ProjectToCameraPlane Method

Projects a list of points to the camera plane.
Public Function ProjectToCameraPlane( _ 
ByVal points As Point3D() _ 
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] ProjectToCameraPlane( 
Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

The list of points to project

Return Value

Point3D[]

A list of 3D points. The Z values will be all negative (the camera Z axis is directed away from the model).

.NET Framework

Supported in: 4.8

In this article

Definition