AnglesF(Single, Single, Single) Constructor |
Constructs Euler angles with the given angles of rotation.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic AnglesF(
float roll,
float pitch,
float yaw
)
Parameters
- roll Single
- The angle of rotation about the X axis.
- pitch Single
- The angle of rotation about the Y axis.
- yaw Single
- The angle of rotation about the Z axis.
See Also