Click or drag to resize
Ab4d.SharpEngine logo

MeshUtilsProject3DPointsTo2DPlane Method

Overload List
 NameDescription
Public methodStatic memberProject3DPointsTo2DPlane(PositionNormalTextureVertex, Vector3, Vector3, Vector2, Vector2) Projects the given array of vertices (i.e., their 3D positions) onto a 2D plane specified by its normal vector and side direction vector (the "height" direction of the 2D shape).
Public methodStatic memberProject3DPointsTo2DPlane(Vector3, Vector3, Vector3, Vector2, Vector2) Projects the given array of 3D positions onto a 2D plane specified by its normal vector and side direction vector (the "height" direction of the 2D shape).
Top
See Also