Class index __ Method index __ Mathutils index __ Euler index __ Matrix index __ Quaternion index __ Vector index __ |
ShearMatrixShearMatrix(plane, factor, matSize)Creates a matrix to represent an orthographic projectionReturn Type: Matrix plane Type:
string
"x"
= x shear (2D)
"y" = y shear (2D) "xy" = xy shear "xz" = xz shear "yz" = yz shear factor The factor of shear
to apply.
Type:
float
matSize The size of the
projection matrix to construct. Can be 2x2, 3x3, or 4x4.
Type:
integer
Sample
Code
|