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)
Syntaxpublic static EulerAngles CreateTaitBryan(
double yaw,
double pitch,
double roll
)
Public Shared Function CreateTaitBryan (
yaw As Double,
pitch As Double,
roll As Double
) As EulerAngles
public:
static EulerAngles CreateTaitBryan(
double yaw,
double pitch,
double roll
)
static member CreateTaitBryan :
yaw : float *
pitch : float *
roll : float -> EulerAngles
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:
EulerAnglesNew instance of EulerAngles.
See Also