Skip to content

M_Rhino_Geometry_Quaternion_Product

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally