'Declaration Public Sub Rotate( _
ByVal angleThe rotation angle, in degrees.As Double, _
ByVal vectorXThe X coordinate of axis vector, relative to which the matrix must be rotated.As Double, _
ByVal vectorYThe Y coordinate of axis vector, relative to which the matrix must be rotated.As Double, _
ByVal vectorZThe Zcoordinate of axis vector, relative to which the matrix must be rotated.As Double _
)
Parameters
- angle
- The rotation angle, in degrees.
- vectorX
- The X coordinate of axis vector, relative to which the matrix must be rotated.
- vectorY
- The Y coordinate of axis vector, relative to which the matrix must be rotated.
- vectorZ
- The Zcoordinate of axis vector, relative to which the matrix must be rotated.