◆ Point3D() [1/2]
| igl::geodesic::Point3D::Point3D |
( |
| ) |
|
|
inline |
◆ Point3D() [2/2]
| igl::geodesic::Point3D::Point3D |
( |
Point3D * |
p | ) |
|
|
inline |
367 {
371 };
double & x()
Definition exact_geodesic.cpp:374
double & z()
Definition exact_geodesic.cpp:376
double & y()
Definition exact_geodesic.cpp:375
References x(), y(), and z().
◆ add()
◆ distance() [1/2]
| double igl::geodesic::Point3D::distance |
( |
double * |
v | ) |
|
|
inline |
◆ distance() [2/2]
| double igl::geodesic::Point3D::distance |
( |
Point3D * |
v | ) |
|
|
inline |
402 {
404 };
double distance(double *v)
Definition exact_geodesic.cpp:392
References distance(), and xyz().
◆ multiply()
| void igl::geodesic::Point3D::multiply |
( |
double |
v | ) |
|
|
inline |
◆ set() [1/2]
| void igl::geodesic::Point3D::set |
( |
double * |
data | ) |
|
|
inline |
386 {
390 }
constexpr auto data(C &c) -> decltype(c.data())
Definition span.hpp:195
References x(), y(), and z().
◆ set() [2/2]
| void igl::geodesic::Point3D::set |
( |
double |
new_x, |
|
|
double |
new_y, |
|
|
double |
new_z |
|
) |
| |
|
inline |
◆ x()
| double & igl::geodesic::Point3D::x |
( |
| ) |
|
|
inline |
References m_coordinates.
Referenced by Point3D(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), add(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Mesh::initialize_mesh_data(), multiply(), igl::geodesic::SurfacePointWithIndex::operator()(), set(), set(), and igl::geodesic::Mesh::verify().
◆ xyz()
| double * igl::geodesic::Point3D::xyz |
( |
| ) |
|
|
inline |
◆ y()
| double & igl::geodesic::Point3D::y |
( |
| ) |
|
|
inline |
References m_coordinates.
Referenced by Point3D(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), add(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Mesh::initialize_mesh_data(), multiply(), igl::geodesic::SurfacePointWithIndex::operator()(), set(), set(), and igl::geodesic::Mesh::verify().
◆ z()
| double & igl::geodesic::Point3D::z |
( |
| ) |
|
|
inline |
◆ m_coordinates
| double igl::geodesic::Point3D::m_coordinates[3] |
|
private |
The documentation for this class was generated from the following file: