CGAL 5.0.3 - dD Geometry Kernel
|
Operations | |
int | dimension (const Kernel_d::Point_d &p) |
returns the dimension of \( p\). | |
Kernel_d::RT | homogeneous (const Kernel_d::Point_d &p, int i) |
returns the ith homogeneous coordinate of \( p\). More... | |
Kernel_d::FT | cartesian (const Kernel_d::Point_d &p, int i) |
returns the ith Cartesian coordinate of \( p\). More... | |
Kernel_d::FT Kernel_d::Component_accessor_d::cartesian | ( | const Kernel_d::Point_d & | p, |
int | i | ||
) |
returns the ith Cartesian coordinate of \( p\).
0 <= i < dimension(p)
. Kernel_d::RT Kernel_d::Component_accessor_d::homogeneous | ( | const Kernel_d::Point_d & | p, |
int | i | ||
) |
returns the ith homogeneous coordinate of \( p\).
0 <= i <= dimension(p)
.