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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static AnglesF Parse(
	string text
)

Parameters

text
Type: SystemString
The string representation of Euler angles (with the space delimeters).

Return Value

Type: AnglesF
The equivalent AnglesF structure.
See Also