SkewRef Method (Matrix4x4)
In This Topic
Creates a skew/shear matrix by means of a translation vector, a rotation vector, and a rotation angle.
Syntax
Parameters
- result
- The created skew/shear matrix.
- transVec
- The translation vector
- rotationVec
- The rotation vector
- radians
- The rotation angle, in radians.
See Also