ElementaryRotationMultiply Operator (ElementaryRotation, Double) |
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 *(
ElementaryRotation rotation,
double scalar
)
Public Shared Operator * (
rotation As ElementaryRotation,
scalar As Double
) As ElementaryRotation
public:
static ElementaryRotation operator *(
ElementaryRotation rotation,
double scalar
)
static let inline (*)
rotation : ElementaryRotation *
scalar : float : ElementaryRotation
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation. - scalar
- Type: SystemDouble
The scalar.
Return Value
Type:
ElementaryRotationThe result of the multiplication.
See Also