Click or drag to resize
Ab4d.SharpEngine logo

ModelRotatedEventArgs Class

ModelRotatedEventArgs contains rotation angles and is used by ModelRotator.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab4d.SharpEngine.CommonModelRotatedEventArgs

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public class ModelRotatedEventArgs : EventArgs

The ModelRotatedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodModelRotatedEventArgs Constructor
Top
Properties
 NameDescription
Public propertyRotateX Gets a float that specified the rotation angle in degrees around the X axis.
Public propertyRotateY Gets a float that specified the rotation angle in degrees around the Y axis.
Public propertyRotateZ Gets a float that specified the rotation angle in degrees around the Z axis.
Top
Methods
 NameDescription
Public methodGetAxisAngle 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.
Top
See Also