Angles Constructor (Double, Double, Double) |
Constructs Euler angles with the given angles of rotation.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Angles(
double roll,
double pitch,
double yaw
)
Parameters
- roll
- Type: SystemDouble
The angle of rotation about the X axis. - pitch
- Type: SystemDouble
The angle of rotation about the Y axis. - yaw
- Type: SystemDouble
The angle of rotation about the Z axis.
See Also