Multiplies Euler angles by a given value.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static AnglesF operator *(
AnglesF a,
float b
)
Parameters
- a
- Type: NeoAxisAnglesF
The Euler angles to multiply. - b
- Type: SystemSingle
The value by which to multiply.
Return Value
Type:
AnglesFThe scaled Euler angles.
See Also