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 TranslationEquals
&40;
const TTransform< T > & Other,
FReal Tolerance
&41; const
Remarks
Test if this Transform's translation equals another's translation, within a tolerance. Preferred over "GetTranslation().Equals(Other.GetTranslation())" because it is faster on some platforms.