MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xVec3Cross

Function xVec3Cross

src/SB/Core/x/xCollide.cpp:2541–2546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2539}
2540
2541void xVec3Cross(xVec3* o, const xVec3* a, const xVec3* b)
2542{
2543 o->x = a->y * b->z - b->y * a->z;
2544 o->y = a->z * b->x - b->z * a->x;
2545 o->z = a->x * b->y - b->x * a->y;
2546}
2547
2548F32 xVec3Length2(const xVec3* vec)
2549{

Callers 15

TimestepMethod · 0.85
ProcessMethod · 0.85
FlankPlayerMethod · 0.85
SonarHomingMethod · 0.85
ProcessMethod · 0.85
TurnToFaceFunction · 0.85
ReconTarTarMethod · 0.85
ReconChuckMethod · 0.85
WaterSplashMethod · 0.85
ReconSlickOilMethod · 0.85
zVolume_OccludePrecalcFunction · 0.85
SysEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected