Click or drag to resize

ElementaryRotationMultiply Operator (ElementaryRotation, Double)

Multiplies a specified ElementaryRotation by a scalar, 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 *(
	ElementaryRotation rotation,
	double scalar
)

Parameters

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

Return Value

Type: ElementaryRotation
The result of the multiplication.
See Also