Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat
Description
Error measure (angle) between two quaternions, ranged [0..1]. Returns the hypersphere-angle between two quaternions; alignment shouldn't matter, though
normalized input is expected.
| Name | Error |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
static T Error
(
const TQuat < T > & Q1,
const TQuat < T > & Q2
)