 |
BaseCameraRotateCamera Method |
Rotates the camera for the specified heading and attitude
Namespace:
Ab3d.Cameras
Assembly:
Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 10.1.8147.1045
Syntaxpublic abstract void RotateCamera(
double headingChange,
double attitudeChange
)
Parameters
- headingChange
- Type: SystemDouble
heading change in degrees - attitudeChange
- Type: SystemDouble
attitude change in degrees
See Also