C++ / OpenCL Raytracer
|
This is the complete list of members for Sphere, including all inherited members.
clBound1() const | Sphere | inlinevirtual |
clBound2() const | Sphere | inlinevirtual |
clCenter() const | Sphere | inlinevirtual |
clRadius() const | Sphere | inlinevirtual |
clType() const | Sphere | inlinevirtual |
CurMat() const | Sphere | inlinevirtual |
Hit(const Ray &r, HitRecord &rec, double tMin, double tMax) const | Sphere | virtual |
m_dRadius | Sphere | |
m_pmCurMat | Sphere | |
m_vCenter | Sphere | |
Sphere() (defined in Sphere) | Sphere | inline |
Sphere(Vector3D cen, double r, Material *pm) | Sphere | inline |