MCPcopy Create free account
hub / github.com/doldecomp/mkdd / stDot

Function stDot

include/Sato/stMath.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27inline f32 stDot(const stPlaneParam& plane, const JGeometry::TVec3f &vec) {
28 return stPlaneNormal(plane).dot(vec);
29}
30
31int stVecNormalize(JGeometry::TVec3f &);
32int stVecNormalize(JGeometry::TVec3f *);

Callers 1

IsHitSphereMethod · 0.85

Calls 2

stPlaneNormalFunction · 0.85
dotMethod · 0.45

Tested by

no test coverage detected