Click or drag to resize

EulerAngles.CreateTaitBryan Method

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

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

Parameters

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

Return Value

Type: EulerAngles
New instance of EulerAngles.
See Also