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