CGAL 4.8.1 - dD Geometry Kernel
|
Operations | |
Kernel_d::Point_d | operator() (const Kernel_d::Point_d &p, const Kernel_d::Point_d &q) |
computes the midpoint of the segment \( pq\). More... | |
Kernel_d::Point_d Kernel_d::Midpoint_d::operator() | ( | const Kernel_d::Point_d & | p, |
const Kernel_d::Point_d & | q | ||
) |
computes the midpoint of the segment \( pq\).
p
and q
have the same dimension.