Multiplies Euler angles by a given value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static AnglesF operator *(
AnglesF a,
float b
)
Parameters
- a AnglesF
- The Euler angles to multiply.
- b Single
- The value by which to multiply.
Return Value
AnglesFThe scaled Euler angles.
See Also