Click or drag to resize

ElementaryRotationMultiply Operator (Double, ElementaryRotation)

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

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 ElementaryRotation operator *(
	double scalar,
	ElementaryRotation rotation
)

Parameters

scalar
Type: SystemDouble
The scalar.
rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.

Return Value

Type: ElementaryRotation
The result of the multiplication.
See Also