Method b3NegateQuat
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3NegateQuat(Quaternion)
Negates every component of a quaternion.
public static Quaternion b3NegateQuat(Quaternion q)Parameters
qQuaternion-
The quaternion.
Returns
- Quaternion
-
The negated quaternion, which represents the same rotation.