Click or drag to resize

EulerAnglesCreateTaitBryan Method

Creates a new instance of EulerAngles using Z-Y'-X" convention (Tait-Bryan).

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static EulerAngles CreateTaitBryan(
	double yaw,
	double pitch,
	double roll
)

Parameters

yaw
Type: SystemDouble
Yaw angle (Z axis).
pitch
Type: SystemDouble
Pitch angle (Y' axis).
roll
Type: SystemDouble
Roll angle (X" axis).

Return Value

Type: EulerAngles
New instance of EulerAngles.
See Also