gk::Triangle Member List
This is the complete list of members for
gk::Triangle, including all inherited members.
a (defined in gk::Triangle) | gk::Triangle | |
b (defined in gk::Triangle) | gk::Triangle | |
c (defined in gk::Triangle) | gk::Triangle | |
getArea() const | gk::Triangle | [inline] |
getBBox() const | gk::Triangle | [inline] |
getNormal() const | gk::Triangle | [inline] |
Intersect(const Ray &ray, const float htmin, const float htmax, float &rt, float &ru, float &rv) const | gk::Triangle | [inline] |
Intersect(const float *origin, const float *direction, const float tmin, const float tmax, float *rt, float *ru, float *rv) const | gk::Triangle | [inline] |
transform(const Transform &t) | gk::Triangle | [inline] |
Triangle() | gk::Triangle | [inline] |
Triangle(const Point &a, const Point &b, const Point &c) | gk::Triangle | [inline] |
~Triangle() | gk::Triangle | [inline] |