#include <GteCone.h>
Public Member Functions | |
| Cone () | |
| Cone (Ray< N, Real > const &inRay, Real inAngle) | |
| Cone (Ray< N, Real > const &inRay, Real inAngle, Real inHeight) | |
| bool | operator!= (Cone const &cone) const |
| bool | operator< (Cone const &cone) const |
| bool | operator<= (Cone const &cone) const |
| bool | operator== (Cone const &cone) const |
| bool | operator> (Cone const &cone) const |
| bool | operator>= (Cone const &cone) const |
| void | SetAngle (Real inAngle) |
Public Attributes | |
| Real | angle |
| Real | cosAngle |
| Real | cosAngleSqr |
| Real | height |
| Ray< N, Real > | ray |
| Real | sinAngle |
| Real gte::Cone< N, Real >::cosAngle |
| Real gte::Cone< N, Real >::cosAngleSqr |
| Real gte::Cone< N, Real >::sinAngle |