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

Function xVec3AddScaled

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

Source from the content-addressed store, hash-verified

2532 o->z = a->x * b->y - b->x * a->y;
2533}
2534
2535F32 xVec3Length2(const xVec3* vec)
2536{
2537 return vec->x * vec->x + vec->y * vec->y + vec->z * vec->z;
2538}
2539
2540F32 xVec3Dist(const xVec3* a, const xVec3* b)
2541{
2542 F32 dx = a->x - b->x;

Callers 15

TimestepMethod · 0.85
ResetMethod · 0.85
InitFXMethod · 0.85
ProcessMethod · 0.85
ProcessMethod · 0.85
loveyFloatFunction · 0.85
loveyPatrolCBFunction · 0.85
LCopterCBFunction · 0.85
BoulderRollCBFunction · 0.85
BoulderRollDoneCBFunction · 0.85
LassoStartCBFunction · 0.85
LassoThrowCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected