'Declaration
Public Sub Rotate( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearVectorView
Dim angle As Single
Dim vectorX As Single
Dim vectorY As Single
Dim vectorZ As Single
Dim rotateAboutLookPoint As Boolean
instance.Rotate(angle, vectorX, vectorY, vectorZ, rotateAboutLookPoint)