MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToVector3i

Method ToVector3i

TombEngine/Math/Objects/GameVector.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 Vector3i GameVector::ToVector3i() const
46 {
47 return Vector3i(x, y, z);
48 }
49
50 bool GameVector::operator ==(const GameVector& vector) const
51 {

Callers 15

ScubaControlFunction · 0.45
ControlZipLineFunction · 0.45
HandleMoveStateFunction · 0.45
HandleEdgeSlipStateFunction · 0.45
ControlLensFlareFunction · 0.45
LookCameraFunction · 0.45
MoveCameraFunction · 0.45
MoveObjCameraFunction · 0.45
CombatCameraFunction · 0.45
BounceCameraFunction · 0.45
BinocularCameraFunction · 0.45

Calls 1

Vector3iClass · 0.70

Tested by 1

TestVolumesFunction · 0.36