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)
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 trasform.
q
Type: Rhino.GeometryQuaternion
The second trasform.

Return Value

Type: Quaternion
A transform value.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also