Home
last modified time | relevance | path

Searched refs:E (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/build/omake/platforms/CTR/
DCTR.commondefs.func.om233 # .ccl の E 部分を作成する
234 # .ccl の E 部分のパスを返す
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1329 VEC3 E; in IntersectionPlaneAABB() local
1331 VEC3Sub(&E, &B->Pmax, &C); // Here, the elements of E will all be positive. in IntersectionPlaneAABB()
1335 f32 r = E.x * FAbs(J->N.x) + in IntersectionPlaneAABB()
1336 E.y * FAbs(J->N.y) + in IntersectionPlaneAABB()
1337 E.z * FAbs(J->N.z); in IntersectionPlaneAABB()
/CTR-SDK-2.3.4/CTR_SDK/build/omake/compilers/
Dcommondefs.cctype.RVCT.om84 this.CPP = $"$(RVCT_BINDIR)armcc.exe" -E