Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetWorld
Method
GetWorld
Source/Engine/Core/Math/Transform.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
Matrix Transform::GetWorld() const
50
{
51
Matrix result;
52
Matrix::Transformation(Scale, Orientation, Translation, result);
53
return result;
54
}
55
56
void Transform::GetWorld(Matrix& result) const
57
{
Callers
15
onJobRender
Method · 0.45
ProcessModule
Method · 0.45
TestWorldMatrix
Method · 0.45
TestMath.cpp
File · 0.45
Initialize
Method · 0.45
UpdateNode
Method · 0.45
SetupSkeleton
Method · 0.45
RetargetNode
Method · 0.45
Update
Method · 0.45
DrawSetup
Method · 0.45
DrawPhysicsDebug
Method · 0.45
TerrainPatch.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
TestWorldMatrix
Method · 0.36