Quaternion.Product Method

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
)
Public Shared Function Product ( 
	p As Quaternion,
	q As Quaternion
) As Quaternion

Parameters

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

Return Value

Type: Quaternion
A transform value.
See Also