MCPcopy 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

RenderBlobShadowsMethod · 0.45
DrawGunShellsMethod · 0.45
PrepareRopesMethod · 0.45
DrawMeshMethod · 0.45
SortAndPrepareSpritesMethod · 0.45
DrawPostprocessMethod · 0.45
GetSpheresMethod · 0.45
PrepareElectricityMethod · 0.45
PrepareParticlesMethod · 0.45

Calls 1

Vector3Function · 0.50

Tested by 6

TestBoundsCollideCameraFunction · 0.36
TestGroundMovementSetupFunction · 0.36
TestMonkeySwingSetupFunction · 0.36
TestLaraPositionFunction · 0.36
TestMethod · 0.36