Click or drag to resize

EulerAngles Constructor (Vector3d, Double)

Creates a new instance of EulerAngles.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.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