Click or drag to resize

AngleAxisRotationMultiply Method

Multiplies this instance by a scalar, 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 AngleAxisRotation Multiply(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The scalar.

Return Value

Type: AngleAxisRotation
The result of the multiplication.
See Also