RhinoCommon API
QuaternionProduct Method |
The quaternion product of p and q. This is the same value as p*q.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Quaternion Product( Quaternion p, Quaternion q )
Public Shared Function Product ( p As Quaternion, q As Quaternion ) As Quaternion
Parameters
- p
- Type: Rhino.GeometryQuaternion
The first trasform. - q
- Type: Rhino.GeometryQuaternion
The second trasform.
Return Value
Type: QuaternionA transform value.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14