Click or drag to resize

ElementaryRotation.Multiply 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: 25.1.421.0 (25.1.421.0)
Syntax
public static ElementaryRotation operator *(
	ElementaryRotation rotation,
	double scalar
)

Parameters

rotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.
scalar
Type: System.Double
The scalar.

Return Value

Type: ElementaryRotation
The result of the multiplication.
See Also