Creates a skew/shear matrix by means of a translation vector, a rotation vector, and a rotation angle.
'Declaration
Public Shared Function Skew( _
ByVal As Vector3, _
ByVal As Vector3, _
ByVal As System.Single _
) As Matrix4x4
Parameters
- transVec
- The translation vector
- rotationVec
- The rotation vector
- radians
- The rotation angle, in radians.
Return Value
The created skew/shear matrix.