QuaternionMultiply Operator (Quaternion, Int32) |
Multiplies (scales) all quaternion coefficients by a factor and returns a new quaternion with the result.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static Quaternion operator *(
Quaternion q,
int x
)
Public Shared Operator * (
q As Quaternion,
x As Integer
) As Quaternion
Parameters
- q
- Type: Rhino.GeometryQuaternion
A quaternion. - x
- Type: SystemInt32
A number.
Return Value
Type:
QuaternionA new quaternion.
See Also