Click or drag to resize

EulerAngles Constructor (Vector3d, Double)

Creates a new instance of EulerAngles.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public EulerAngles(
	Vector3d normal,
	double rotation
)

Parameters

normal
Type: Vector3d
Normal of X'Y' plane.
rotation
Type: SystemDouble
Proper rotation.
See Also