Lines Matching refs:Set
91 void Set(const SEGMENT3* S);
155 LINE3::Set(const SEGMENT3* S) in Set() function
184 void Set(const VEC3* arrayPoint, unsigned int numPoints);
214 Set(&P0, &P1, &P2); in PLANE()
235 void Set(const VEC3* P0, const VEC3* P1, const VEC3* P2);
291 void Set(const VEC3* arrayPoint, unsigned int numPoints);
292 void Set(const AABB* box, const MTX34* M);
373 Set(fovyRad, aspect, n, f, camera); in FRUSTUM()
389 Set(top, bottom, left, right, n, f, camera); in FRUSTUM()
417 void Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera);
428 void Set(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in Set() function
433 Set(ny, -ny, -nx, nx, n, f, camera); in Set()