M_Rhino_Geometry_Quaternion_Product - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.Product Method

The quaternion product of p and q. This is the same value as p*q.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Quaternion Product(
	Quaternion p,
	Quaternion q
)

VB

Public Shared Function Product ( 
	p As Quaternion,
	q As Quaternion
) As Quaternion

Parameters

 

p
Type: Rhino.Geometry.Quaternion
The first trasform.
q
Type: Rhino.Geometry.Quaternion
The second trasform.

Return Value

Type: Quaternion
A transform value.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️