Class index __ Method index __ Mathutils index __ Euler index __ Matrix index __ Quaternion index __ Vector index __ |
OrthoProjectionMatrixOrthoProjectionMatrix(plane, matSize, axis)Returns a matrix that represents an orthographic projectionReturn Type: Matrix plane Type: string
"x"
= x projection 2D
matSize"y" = y projection 2D "xy" = xy projection "xz" = xz projection "yz" = yz projection "r" = arbitrary projection plane Type:
integer
axis (optional -- The arbitrary axis used with the "R" plane
type)
The size
of the projection matrix to construct. Can
be 2D, 3D, or 4D.
Type: Vector
Arbitrary
perpendicular plane vector.
Sample
Code
|