'Declaration Public Sub Rotate( _ ByVal angle As Single, _ ByVal vectorX As Single, _ ByVal vectorY As Single, _ ByVal vectorZ As Single _ )
'Usage Dim instance As ImGearVectorRotation Dim angle As Single Dim vectorX As Single Dim vectorY As Single Dim vectorZ As Single instance.Rotate(angle, vectorX, vectorY, vectorZ)
Parameters
- angle
- Rotation angle in radians.
- vectorX
- X-coordinate of the rotation vector.
- vectorY
- Y-coordinate of the rotation vector.
- vectorZ
- Z-coordinate of the rotation vector.