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