Click or drag to resize

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)
Syntax
public static EulerAngles CreateProperEuler(
	double precession,
	double nutation,
	double rotation
)

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: EulerAngles
New instance of EulerAngles.
See Also