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

Function NPCC_MakeArbPlane

src/SB/Game/zNPCSupport.cpp:1246–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void NPCC_MakeArbPlane(const xVec3* dir_norm, xVec3* at, xVec3* rt)
1247{
1248 NPCC_MakePerp(at, dir_norm);
1249 xVec3Cross(rt, at, dir_norm);
1250}

Callers 2

TarTarSplashMethod · 0.85
OilSplashMethod · 0.85

Calls 2

NPCC_MakePerpFunction · 0.85
xVec3CrossFunction · 0.85

Tested by

no test coverage detected