Click or drag to resize

AngleAxisRotationMultiply Operator (Double, AngleAxisRotation)

Multiplies a scalar by a specified AngleAxisRotation, yielding a new AngleAxisRotation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static AngleAxisRotation operator *(
	double scalar,
	AngleAxisRotation rotation
)

Parameters

scalar
Type: SystemDouble
The scalar.
rotation
Type: AGI.Foundation.CoordinatesAngleAxisRotation
The rotation.

Return Value

Type: AngleAxisRotation
The result of the multiplication.
See Also