Murl::Math::Cone< DataType > Member List
This is the complete list of members for Murl::Math::Cone< DataType >, including all inherited members.
Cone() | Murl::Math::Cone< DataType > | inline |
Cone(DataType length, DataType angle) | Murl::Math::Cone< DataType > | inline |
Cone(const Frustum< DataType > &frustum) | Murl::Math::Cone< DataType > | inline |
Cone(const Cone< DataType2 > &c) | Murl::Math::Cone< DataType > | inline |
GetAngle() const | Murl::Math::Cone< DataType > | inline |
GetLength() const | Murl::Math::Cone< DataType > | inline |
IsIntersecting(const Sphere< DataType > &sphere) const | Murl::Math::Cone< DataType > | inline |
mAngle | Murl::Math::Cone< DataType > | protected |
mCos | Murl::Math::Cone< DataType > | protected |
mLength | Murl::Math::Cone< DataType > | protected |
mShearX | Murl::Math::Cone< DataType > | protected |
mShearY | Murl::Math::Cone< DataType > | protected |
mSin | Murl::Math::Cone< DataType > | protected |
mTan | Murl::Math::Cone< DataType > | protected |
Set(const Frustum< DataType > &frustum) | Murl::Math::Cone< DataType > | inline |
ToString() const | Murl::Math::Cone< DataType > | inline |
ValueType typedef | Murl::Math::Cone< DataType > |