Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToVector3
Method
ToVector3
TombEngine/Math/Objects/Vector3i.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
Vector3 Vector3i::ToVector3() const
36
{
37
return Vector3(x, y, z);
38
}
39
40
bool Vector3i::operator ==(const Vector3i& vector) const
41
{
Callers
15
PrepareDataForTheRenderer
Method · 0.45
RenderBlobShadows
Method · 0.45
DrawGunShells
Method · 0.45
PrepareRopes
Method · 0.45
RenderSimpleSceneToParaboloid
Method · 0.45
DrawMesh
Method · 0.45
SortAndPrepareSprites
Method · 0.45
DrawPostprocess
Method · 0.45
GetSpheres
Method · 0.45
PrepareElectricity
Method · 0.45
PrepareParticles
Method · 0.45
GetWorldMatrixForSprite
Method · 0.45
Calls
1
Vector3
Function · 0.50
Tested by
6
TestBoundsCollideCamera
Function · 0.36
TestGroundMovementSetup
Function · 0.36
TestMonkeySwingSetup
Function · 0.36
TestLaraPosition
Function · 0.36
TestInteractionConditions
Method · 0.36
Test
Method · 0.36