Click or drag to resize

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)
Since: 5.0
Syntax
public static Quaternion Product(
	Quaternion p,
	Quaternion q
)

Parameters

p
Type: Rhino.GeometryQuaternion
The first transform.
q
Type: Rhino.GeometryQuaternion
The second transform.

Return Value

Type: Quaternion
A transform value.
See Also