Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
inline f32 stDot(const stPlaneParam& plane, const JGeometry::TVec3f &vec) {
28
return stPlaneNormal(plane).dot(vec);
29
}
30
31
int stVecNormalize(JGeometry::TVec3f &);
32
int stVecNormalize(JGeometry::TVec3f *);
Callers
1
IsHitSphere
Method · 0.85
Calls
2
stPlaneNormal
Function · 0.85
dot
Method · 0.45
Tested by
no test coverage detected