Click or drag to resize

AnglesMultiply 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 Angles operator *(
	Angles a,
	double b
)

Parameters

a  Angles
The Euler angles to multiply.
b  Double
The value by which to multiply.

Return Value

Angles
The scaled Euler angles.
See Also