AngleAxisRotationMultiply Operator (Double, AngleAxisRotation) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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  : AngleAxisRotationParameters
- scalar
 - Type: SystemDouble
The scalar. - rotation
 - Type: AGI.Foundation.CoordinatesAngleAxisRotation
The rotation. 
Return Value
Type: 
AngleAxisRotationThe result of the multiplication.
See Also