FACT++
1.0
|
#include <Interpolator2D.h>
Public Member Functions | |
bool | isInsideTriangle (const vec &v) const |
bool | isInsideCircle (const vec &v) const |
Public Member Functions inherited from Interpolator2D::point | |
point (unsigned int _i, const vec &_v) | |
point (unsigned int _i=0, double _x=0, double _y=0) | |
Public Member Functions inherited from Interpolator2D::vec | |
vec (double _x=0, double _y=0) | |
vec | orto () const |
double | dist (const vec &v) const |
double | operator^ (const vec &v) const |
vec | operator- (const vec &v) const |
vec | operator+ (const vec &v) const |
vec | operator/ (double b) const |
Static Public Member Functions | |
static bool | sameSide (const vec &p1, const vec &p2, const vec &a, const vec &b) |
Public Attributes | |
point | p [3] |
double | r |
Public Attributes inherited from Interpolator2D::point | |
unsigned int | i |
Public Attributes inherited from Interpolator2D::vec | |
double | x |
double | y |
Definition at line 51 of file Interpolator2D.h.