![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for GrayLib::cSphere2, including all inherited members.
cSphere2() | GrayLib::cSphere2 | inline |
cSphere2(const cVector3f &vCenter, DVALUE_t fObjectRadius) | GrayLib::cSphere2 | inline |
get_RadiusSq() const | GrayLib::cSphere2 | inline |
GetRayIntersectionFrustum(const cVector3f &vRayOrigin, const cVector3f &vRayDir, cVector3f *pvIntersect, DVALUE_t fDistMaxSq) const | GrayLib::cSphere2 | |
IsRayIntersectionDistSq(const cVector3f &vRayOrigin, const cVector3f &vRayDir, DVALUE_t fDistMaxSq, OUT cVector3f *pvIntersect) const | GrayLib::cSphere2 | |
IsRayIntersectionInFront(const cVector3f &vRayOrigin, const cVector3f &vRayDir, cVector3f *pvIntersect) const | GrayLib::cSphere2 | |
m_fRadiusSq | GrayLib::cSphere2 | protected |
put_Radius(DVALUE_t fRadius) | GrayLib::cSphere2 | inline |
SetSphere(const cVector3f &vCenter, DVALUE_t fRadius) | GrayLib::cSphere2 | inline |