FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vec
Interpolator2D::vec::operator-
(
const
vec
&
v
)
const
inline
Definition at line
38
of file
Interpolator2D.h
.
References
vec()
,
x
, and
y
.
38
{
return
vec
(
x
-v.x,
y
-v.y); }
Interpolator2D::vec::x
double x
Definition:
Interpolator2D.h:29
Interpolator2D::vec::vec
vec(double _x=0, double _y=0)
Definition:
Interpolator2D.h:32
Interpolator2D::vec::y
double y
Definition:
Interpolator2D.h:30
Here is the call graph for this function:
Interpolator2D
vec
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11