MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsIdentity

Method IsIdentity

Source/Engine/Core/Math/Transform.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool Transform::IsIdentity() const
23{
24 return Translation.IsZero() && Orientation.IsIdentity() && Scale.IsOne();
25}
26
27bool Transform::IsNanOrInfinity() const
28{

Callers 12

OnUpdateMethod · 0.80
NavSceneRasterizerMethod · 0.80
ProcessGroupAnimationMethod · 0.80
GetGeometryMethod · 0.80
AddMovementMethod · 0.80
ApplyRootMotionMethod · 0.80
buildInnerMethod · 0.80
ImportDataMethod · 0.80
ImportModelMethod · 0.80
ImportBonesFunction · 0.80
ImportDataOpenFBXMethod · 0.80
TransformMethod · 0.80

Calls 2

IsZeroMethod · 0.45
IsOneMethod · 0.45

Tested by

no test coverage detected