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

Quaternion::Concatenate Method

Concatenates two quaternions.

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

public:
static Quaternion Concatenate(
	Quaternion value1, 
	Quaternion value2
)

Parameters

value1
Type: System.Numerics::Quaternion

The first quaternion rotation in the series.

value2
Type: System.Numerics::Quaternion

The second quaternion rotation in the series.

Return Value

Type: System.Numerics::Quaternion
A new quaternion representing the concatenation of the value1 rotation followed by the value2 rotation.
Show:
© 2017 Microsoft