Allolib
1.0
C++ Components For Interactive Multimedia
|
This is the complete list of members for al::Plane< T >, including all inherited members.
d() const | al::Plane< T > | inline |
distance(const Vec3 &p) const | al::Plane< T > | inline |
from3Points(const Vec3 &v1, const Vec3 &v2, const Vec3 &v3) | al::Plane< T > | |
fromCoefficients(T a, T b, T c, T d) | al::Plane< T > | |
fromNormalAndPoint(const Vec3 &normal, const Vec3 &point) | al::Plane< T > | |
inNegativeSpace(const Vec3 &p) const | al::Plane< T > | inline |
inPositiveSpace(const Vec3 &p) const | al::Plane< T > | inline |
mD (defined in al::Plane< T >) | al::Plane< T > | protected |
mNormal (defined in al::Plane< T >) | al::Plane< T > | protected |
normal() const | al::Plane< T > | inline |
Plane() (defined in al::Plane< T >) | al::Plane< T > | inline |
Plane(const Vec3 &v1, const Vec3 &v2, const Vec3 &v3) (defined in al::Plane< T >) | al::Plane< T > | |
Vec3 typedef (defined in al::Plane< T >) | al::Plane< T > |