Click or drag to resize
AB4D logo

ModelRotatedEventArgs Constructor

Constructor

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ModelRotatedEventArgs(
	double rotationAngle,
	Vector3D rotationAxis
)

Parameters

rotationAngle  Double
double that specifies the current rotation angle
rotationAxis  Vector3D
Vector3D that represents the axis of rotation
See Also