Click or drag to resize

AnglesFParse Method

Converts a string representation of Euler angles into the equivalent AnglesF structure.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static AnglesF Parse(
	string text
)

Parameters

text  String
The string representation of Euler angles (with the space delimeters).

Return Value

AnglesF
The equivalent AnglesF structure.
See Also