| | Name | Description |
|---|
  | Project3DPointsTo2DPlane(ListVector3, Vector3, Vector3, Vector2, Vector2) |
Projects the given list of 3D positions onto a 2D plane specified by its normal vector and side direction
vector (the "height" direction of the 2D shape).
|
  | Project3DPointsTo2DPlane(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).
|
  | Project3DPointsTo2DPlane(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).
|