FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static bool Interpolator2D::circle::sameSide
(
const
vec
&
p1
,
const
vec
&
p2
,
const
vec
&
a
,
const
vec
&
b
)
inline
static
Definition at line
56
of file
Interpolator2D.h
.
57
{
58
return
((b-a)^(p1-a))*((b-a)^(p2-a)) > 0;
59
}
Interpolator2D
circle
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11