EulerAnglesCreateProperEuler Method |
Creates a new instance of EulerAngles using Z-X'-Z" convention.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static EulerAngles CreateProperEuler(
double precession,
double nutation,
double rotation
)
Public Shared Function CreateProperEuler (
precession As Double,
nutation As Double,
rotation As Double
) As EulerAngles
public:
static EulerAngles CreateProperEuler(
double precession,
double nutation,
double rotation
)
static member CreateProperEuler :
precession : float *
nutation : float *
rotation : float -> EulerAngles
Parameters
- precession
- Type: SystemDouble
Precession angle (Z axis). - nutation
- Type: SystemDouble
Nutation angle (X' axis). - rotation
- Type: SystemDouble
Spin angle (Z" axis).
Return Value
Type:
EulerAnglesNew instance of EulerAngles.
See Also