Click or drag to resize

AnglesFMultiply Operator

Multiplies Euler angles by a given value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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

AnglesF
The scaled Euler angles.
See Also