Click or drag to resize

AnglesF Constructor (Single, Single, Single)

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
C#
public AnglesF(
	float roll,
	float pitch,
	float yaw
)

Parameters

roll
Type: SystemSingle
The angle of rotation about the X axis.
pitch
Type: SystemSingle
The angle of rotation about the Y axis.
yaw
Type: SystemSingle
The angle of rotation about the Z axis.
See Also