CGAL 5.1.5 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor
(with four arguments)CGAL::Weighted_point_2<Kernel>
ComputePowerProduct_2
for the definition of power distance. PowerSideOfBoundedPowerCircle_2
Operations | |
Oriented_side | operator() (const Kernel::Weighted_point_2 &p, const Kernel::Weighted_point_2 &q, const Kernel::Weighted_point_2 &r, const Kernel::Weighted_point_2 &s) |
returns the relative position of point s to the oriented power circle defined by p , q , and r . More... | |
Oriented_side Kernel::PowerSideOfOrientedPowerCircle_2::operator() | ( | const Kernel::Weighted_point_2 & | p, |
const Kernel::Weighted_point_2 & | q, | ||
const Kernel::Weighted_point_2 & | r, | ||
const Kernel::Weighted_point_2 & | s | ||
) |
returns the relative position of point s
to the oriented power circle defined by p
, q
, and r
.
The order of the points p
, q
and r
is important, since it determines the orientation of the implicitly constructed power circle.
p
, q
, r
are not collinear.