FACT++
1.0
|
#include <Interpolator2D.h>
Public Attributes | |
circle | c |
double | w [3] |
Public Attributes inherited from Interpolator2D::point | |
unsigned int | i |
Public Attributes inherited from Interpolator2D::vec | |
double | x |
double | y |
Additional Inherited Members | |
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 |
Definition at line 72 of file Interpolator2D.h.