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)
Syntaxpublic EulerAngles(
Vector3d normal,
double rotation
)
Public Sub New (
normal As Vector3d,
rotation As Double
)
public:
EulerAngles(
Vector3d normal,
double rotation
)
new :
normal : Vector3d *
rotation : float -> EulerAngles
Parameters
- normal
- Type: Vector3d
Normal of X'Y' plane. - rotation
- Type: SystemDouble
Proper rotation.
See Also