|
AnglesRotationKeyFrame(Double, Double, Double, Double) Constructor |
Constructor
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public AnglesRotationKeyFrame(
double frameNumber,
double xAxisRotationAngle,
double yAxisRotationAngle,
double zAxisRotationAngle = 0
)
Parameters
- frameNumber Double
- frame number
- xAxisRotationAngle Double
- Rotation angle around X axis in degrees (similar to attitude angle in camera rotation)
- yAxisRotationAngle Double
- Rotation angle around Y axis in degrees (similar to heading angle in camera rotation)
- zAxisRotationAngle Double (Optional)
- Rotation angle around Z axis in degrees (similar to bank angle in camera rotation)
See Also