  | 
AnglesRotationKeyFrame(Double, Double, Double, Double) Constructor | 
            Constructor
            
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic 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