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

Quaternion::Add Method

Adds each element in one quaternion with its corresponding element in a second quaternion.

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

public:
static Quaternion Add(
	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 quaternion that contains the summed values of value1 and value2.
Show:
© 2017 Microsoft