Windows apps
Collapse the table of content
Expand the table of content

Quaternion::Multiply Operator (Quaternion, Quaternion)

Returns the quaternion that results from multiplying two quaternions together.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Quaternion operator *(
	Quaternion value1, 
	Quaternion value2
)

Parameters

value1
Type: System.Numerics::Quaternion

The first quaternion.

value2
Type: System.Numerics::Quaternion

The second quaternion.

Return Value

Type: System.Numerics::Quaternion
The product quaternion.

The Multiply method defines the operation of the multiplication operator for Quaternion objects.

Show:
© 2017 Microsoft