Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cinder::Plane< T > Member List

This is the complete list of members for cinder::Plane< T >, including all inherited members.

distance(const Vec3< T > &p) const cinder::Plane< T >
getDistance() const cinder::Plane< T >
getNormal() const cinder::Plane< T >
getPoint() const cinder::Plane< T >
mDistancecinder::Plane< T >
mNormalcinder::Plane< T >
Plane()cinder::Plane< T >
Plane(const Vec3< T > &v1, const Vec3< T > &v2, const Vec3< T > &v3)cinder::Plane< T >
Plane(const Vec3< T > &point, const Vec3< T > &normal)cinder::Plane< T >
Plane(T a, T b, T c, T d)cinder::Plane< T >
reflectPoint(const Vec3< T > &p) const cinder::Plane< T >
reflectVector(const Vec3< T > &v) const cinder::Plane< T >
set(const Vec3< T > &v1, const Vec3< T > &v2, const Vec3< T > &v3)cinder::Plane< T >
set(const Vec3< T > &point, const Vec3< T > &normal)cinder::Plane< T >
set(T a, T b, T c, T d)cinder::Plane< T >