ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Objects > IGVectView Object > IGVectView Methods > Rotate Method |
Rotates a camera on the specified angle about the specified vector.
Sub Rotate(Angle As Single, I As Single, J As Single, K As
Single, LookPoint As Boolean)
Name | Description |
---|---|
Angle | Rotation angle, radians. |
I | X coordinate of the rotation vector. |
J | Y coordinate of the rotation vector. |
K | Z coordinate of the rotation vector. |
LookPoint | Specifies the rotation center. If True then camera is rotated about the current look point, otherwise about point (0, 0, 0) |
None
N/A
Vector