Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/resources/specfiles/
DApplication.desc162 Q: |
DDlpChild.desc162 Q: |
/CTR-SDK-0.14.4/build/omake/
Dtestutil.om385 … eprintln(�����^�[�Q�b�g���g�����e�X�g�����s����ɂ� CTR_RUN_DEVICES �Ń^�[�Q�b�g���w�肵�Ă��������B)
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h456 f32 DistSqPoint3ToPlane(const VEC3* P, const PLANE* J, VEC3* Q);
/CTR-SDK-0.14.4/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()