Click or drag to resize

Angles Constructor (Angles)

Constructs Euler angles with another specified Angles object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Angles(
	Angles source
)

Parameters

source
Type: NeoAxisAngles
Euler angles of Angles format.
See Also