FQuaternionConjugate Method

Return the conjugate of the quaternion, which is to say the negation of the imaginary parts only.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion Conjugate(
	FQuaternion quaternion
)

Parameters

quaternion  FQuaternion
Reference to the quaternion to conjugate.

Return Value

FQuaternion
Reference to the conjugated form of the caller's quaternion, where only the imaginary parts have been negated, if valid.

See Also