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

Quaternion::Negate Method

Reverses the sign of each component of the quaternion.

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

public:
static Quaternion Negate(
	Quaternion value
)

Parameters

value
Type: System.Numerics::Quaternion

The quaternion to negate.

Return Value

Type: System.Numerics::Quaternion
The negated quaternion.
Show:
© 2017 Microsoft