Click or drag to resize
AB4D logo

AnglesRotationKeyFrame(Double, Double, Double, Double) Constructor

Constructor

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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