Model | |
public class ModelRotatedEventArgs : EventArgs
The ModelRotatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelRotatedEventArgs | Constructor |
| Name | Description | |
|---|---|---|
| RotateX | Gets a float that specified the rotation angle in degrees around the X axis. | |
| RotateY | Gets a float that specified the rotation angle in degrees around the Y axis. | |
| RotateZ | Gets a float that specified the rotation angle in degrees around the Z axis. |
| Name | Description | |
|---|---|---|
| GetAxisAngle | Returns the axis and the angle of rotation of this ModelRotatedEventArgs. This method works correctly only when only a single RotateX, RotateY or RotateZ has value different from zero. |