Simbody
3.4 (development)
|
A simple plane class. More...
#include <ContactGeometry.h>
Public Member Functions | |
Plane () | |
Plane (const Vec3 &normal, const Real &offset) | |
Real | getDistance (const Vec3 &pt) const |
Vec3 | getNormal () const |
Real | getOffset () const |
A simple plane class.
SimTK::Plane::Plane | ( | ) | [inline] |
SimTK::Plane::Plane | ( | const Vec3 & | normal, |
const Real & | offset | ||
) | [inline] |
Real SimTK::Plane::getDistance | ( | const Vec3 & | pt | ) | const [inline] |
Vec3 SimTK::Plane::getNormal | ( | ) | const [inline] |
Real SimTK::Plane::getOffset | ( | ) | const [inline] |