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

Quaternion::Dot Method

Calculates the dot product of two quaternions.

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

public:
static float Dot(
	Quaternion quaternion1, 
	Quaternion quaternion2
)

Parameters

quaternion1
Type: System.Numerics::Quaternion

The first quaternion.

quaternion2
Type: System.Numerics::Quaternion

The second quaternion.

Return Value

Type: System::Single
The dot product.
Show:
© 2017 Microsoft