ElementaryRotation.Multiply Operator (Double, ElementaryRotation) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The scalar. - rotation
- Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.
Return Value
Type:
ElementaryRotationThe result of the multiplication.
See Also