ug4
|
#include <vector>
#include <string>
#include "common/common.h"
#include "lib_grid/grid/grid.h"
#include "lib_grid/common_attachments.h"
Go to the source code of this file.
Classes | |
struct | ug::MarkerPoint |
class | ug::MarkerPointManager |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::LoadMarkerPointsFromFile (MarkerPointManager &manager, const char *filename) |
Loads marker points from a file. More... | |
void | ug::SnapMarkerPointToGridVertex (MarkerPoint &markerInOut, Grid &grid, number normalOffset, Grid::VertexAttachmentAccessor< APosition > &aaPos, Grid::VertexAttachmentAccessor< ANormal > *paaNorm=NULL) |
Snaps a marker point to a grid vertex. More... | |