Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/resources/specfiles/
DApplication.desc158 Q: |
DDlpChild.desc158 Q: |
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h456 f32 DistSqPoint3ToPlane(const VEC3* P, const PLANE* J, VEC3* Q);
/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Geometry.cpp319 DistSqPoint3ToPlane(const VEC3* P, const PLANE* J, VEC3* Q) in DistSqPoint3ToPlane() argument
324 if (Q) in DistSqPoint3ToPlane()
327 VEC3Sub(Q, P, VEC3Scale(&tmp, &J->N, k)); in DistSqPoint3ToPlane()