Click or drag to resize

EulerAnglesCreateProperEuler Method

Creates a new instance of EulerAngles using Z-X'-Z" convention.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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