ElementaryRotationMultiply Operator (Double, ElementaryRotation) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static ElementaryRotation operator *(
double scalar,
ElementaryRotation rotation
)
Public Shared Operator * (
scalar As Double,
rotation As ElementaryRotation
) As ElementaryRotation
public:
static ElementaryRotation operator *(
double scalar,
ElementaryRotation rotation
)
static let inline (*)
scalar : float *
rotation : ElementaryRotation : ElementaryRotation
Parameters
- scalar
- Type: SystemDouble
The scalar. - rotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.
Return Value
Type:
ElementaryRotationThe result of the multiplication.
See Also