|
ug4
|
#include <marker_points.h>
Public Member Functions | |
| MarkerPoint () | |
| MarkerPoint (const char *name, const vector3 &position, const vector3 &normal) | |
Public Attributes | |
| GridObject * | associatedObj |
| vector3 | localCoord |
| std::string | name |
| vector3 | norm |
| vector3 | pos |
Marker points help when it comes to associating something with a free point.
Used in Tetrahedralize to define units.
| ug::MarkerPoint::MarkerPoint | ( | ) |
| ug::MarkerPoint::MarkerPoint | ( | const char * | name, |
| const vector3 & | position, | ||
| const vector3 & | normal | ||
| ) |
| GridObject* ug::MarkerPoint::associatedObj |
Referenced by ug::SnapMarkerPointToGridVertex().
| vector3 ug::MarkerPoint::localCoord |
Referenced by ug::SnapMarkerPointToGridVertex().
| std::string ug::MarkerPoint::name |
Referenced by ug::SeparateRegions().
| vector3 ug::MarkerPoint::norm |
| vector3 ug::MarkerPoint::pos |
Referenced by ug::SeparateRegions(), and ug::SnapMarkerPointToGridVertex().