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

Function DotProduct

TombEngine/Objects/Generic/Object/rope.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 int DotProduct(Vector3i* u, Vector3i* v)
123 {
124 return (u->x * v->x + u->y * v->y + u->z * v->z) >> W2V_SHIFT;
125 }
126
127 void ScaleVector(Vector3i* u, int c, Vector3i* destination)
128 {

Callers 1

DelAlignLaraToRopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected