EulerAngles Structure |
Namespace: Gile.AutoCAD.Geometry
The EulerAngles type exposes the following members.
| Name | Description | |
|---|---|---|
| EulerAngles(Matrix3d) |
Creates a new Instance of EulerAngles.
| |
| EulerAngles(Vector3d, Double) |
Creates a new instance of EulerAngles.
|
| Name | Description | |
|---|---|---|
| Normal |
Gets the normal vector of X"Y" plane.
| |
| Nutation |
Gets the Nutation angle (around Ox' axis).
| |
| Pitch |
Gets the Pitch angle (around Oy' axis)
| |
| Precession |
Gets the Precession angle (around Oz axis).
| |
| Roll |
Gets the Roll angle (around Ox" axis)
| |
| Rotation |
Gets the proper rotation.
| |
| Spin |
Gets the Spin angle (around Oz" axis).
| |
| Transform |
Gets the unit scaled transformation matrix.
| |
| Yaw |
Gets the Yaw angle (around Oz axis)
|
| Name | Description | |
|---|---|---|
| CreateProperEuler |
Creates a new instance of EulerAngles using Z-X'-Z" convention.
| |
| CreateTaitBryan |
Creates a new instance of EulerAngles using Z-Y'-X" convention (Tait-Bryan).
| |
| Equals |
Evaluates if the current instance and the object are equal.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Serves as hashing function for the EulerAngles type.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| IsEqualTo(EulerAngles) |
Evaluates if the current instance and another are equal using global tolerance.
| |
| IsEqualTo(EulerAngles, Tolerance) |
Evaluates if the current instance and another are equal using the specified tolerance.
| |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Evaluates if the two instances of EulerAngles are equal.
| |
| Inequality |
Evaluates if the two instances of EulerAngles are not equal.
|