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

Function stPlaneNormal

include/Sato/stMath.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23inline JGeometry::TVec3f stPlaneNormal(const stPlaneParam& plane) {
24 return JGeometry::TVec3f(plane.x, plane.y, plane.z);
25}
26
27inline f32 stDot(const stPlaneParam& plane, const JGeometry::TVec3f &vec) {
28 return stPlaneNormal(plane).dot(vec);

Callers 1

stDotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected