![]() |
PeriDyno 1.0.0
|
#include <Distance3D.h>
Public Types | |
typedef Vector< Real, 2 > | Coord2D |
typedef Vector< Real, 3 > | Coord3D |
Public Attributes | |
int | id = -1 |
Real | signed_distance |
Coord3D | point |
Coord3D | normal |
Definition at line 29 of file Distance3D.h.
typedef Vector<Real, 2> dyno::ProjectedPoint3D< Real >::Coord2D |
Definition at line 32 of file Distance3D.h.
typedef Vector<Real, 3> dyno::ProjectedPoint3D< Real >::Coord3D |
Definition at line 33 of file Distance3D.h.
int dyno::ProjectedPoint3D< Real >::id = -1 |
Definition at line 37 of file Distance3D.h.
Coord3D dyno::ProjectedPoint3D< Real >::normal |
Definition at line 41 of file Distance3D.h.
Coord3D dyno::ProjectedPoint3D< Real >::point |
Definition at line 40 of file Distance3D.h.
Real dyno::ProjectedPoint3D< Real >::signed_distance |
Definition at line 38 of file Distance3D.h.