Searched refs:E (Results 1 – 1 of 1) sorted by relevance
1329 VEC3 E; in IntersectionPlaneAABB() local1331 VEC3Sub(&E, &B->Pmax, &C); // ここでEの要素は全て正である。 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()