Click or drag to resize

AnglesDivision Operator

Divides Euler angles by a given scalar.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Angles operator /(
	Angles a,
	double b
)

Parameters

a
Type: NeoAxisAngles
The Euler angles to divide.
b
Type: SystemDouble
The scalar value.

Return Value

Type: Angles
The scaled Euler angles.
See Also