Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
bool Transform::IsIdentity() const
23
{
24
return Translation.IsZero() && Orientation.IsIdentity() && Scale.IsOne();
25
}
26
27
bool Transform::IsNanOrInfinity() const
28
{
Callers
12
OnUpdate
Method · 0.80
NavSceneRasterizer
Method · 0.80
ProcessGroupAnimation
Method · 0.80
GetGeometry
Method · 0.80
AddMovement
Method · 0.80
ApplyRootMotion
Method · 0.80
buildInner
Method · 0.80
ImportData
Method · 0.80
ImportModel
Method · 0.80
ImportBones
Function · 0.80
ImportDataOpenFBX
Method · 0.80
Transform
Method · 0.80
Calls
2
IsZero
Method · 0.45
IsOne
Method · 0.45
Tested by
no test coverage detected