CGAL 5.1 - dD Geometry Kernel
|
#include <Concepts/Kernel--Component_accessor_d.h>
Operations | |
int | dimension (const Kernel_d::Point_d &p) |
returns the dimension of \( p\). More... | |
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)
. int Kernel_d::Component_accessor_d::dimension | ( | const Kernel_d::Point_d & | p | ) |
returns the dimension of \( 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)
.