areOnOppositeSides(const Plane3f &plane, const Vec3f &p0, const Vec3f &p1) | nvmath::Plane3f | [related] |
areOnSameSide(const Plane3f &plane, const Vec3f &p0, const Vec3f &p1) | nvmath::Plane3f | [related] |
c(void) | nvmath::Plane3f | [inline] |
c(void) const | nvmath::Plane3f | [inline] |
distance(const Plane3f &pl, const Vec3f &p) | nvmath::Plane3f | [related] |
n(void) | nvmath::Plane3f | [inline] |
n(void) const | nvmath::Plane3f | [inline] |
nearestPoint(const Plane3f &pl, const Vec3f &p) | nvmath::Plane3f | [related] |
operator!=(const Plane3f &pl) const | nvmath::Plane3f | [inline] |
operator()(const Vec3f &p) const | nvmath::Plane3f | |
operator-(void) const | nvmath::Plane3f | [inline] |
operator=(const Plane3f &pl) | nvmath::Plane3f | [inline] |
operator==(const Plane3f &pl) const | nvmath::Plane3f | [inline] |
Plane3f(void) | nvmath::Plane3f | [inline] |
Plane3f(const Vec3f &n, float c) | nvmath::Plane3f | [inline] |
Plane3f(const Vec3f &n, const Vec3f &p) | nvmath::Plane3f | [inline] |
Plane3f(const Vec3f &p0, const Vec3f &p1, const Vec3f &p2) | nvmath::Plane3f | [inline] |
signedDistance(const Plane3f &pl, const Vec3f &p) | nvmath::Plane3f | [related] |