Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TTransform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include | #include "Math/TransformNonVectorized.h" |
bool RotationEquals
(
const TTransform < T > & Other,
FReal Tolerance
) const
Remarks
Test if this Transform's rotation equals another's rotation, within a tolerance. Preferred over "GetRotation().Equals(Other.GetRotation())" because it is faster on some platforms.