ug4
ug::MarkerPoint Struct Reference

#include <marker_points.h>

Public Member Functions

 MarkerPoint ()
 
 MarkerPoint (const char *name, const vector3 &position, const vector3 &normal)
 

Public Attributes

GridObjectassociatedObj
 
vector3 localCoord
 
std::string name
 
vector3 norm
 
vector3 pos
 

Detailed Description

Marker points help when it comes to associating something with a free point.

Used in Tetrahedralize to define units.

Constructor & Destructor Documentation

◆ MarkerPoint() [1/2]

ug::MarkerPoint::MarkerPoint ( )

◆ MarkerPoint() [2/2]

ug::MarkerPoint::MarkerPoint ( const char *  name,
const vector3 position,
const vector3 normal 
)

Member Data Documentation

◆ associatedObj

GridObject* ug::MarkerPoint::associatedObj

◆ localCoord

vector3 ug::MarkerPoint::localCoord

◆ name

std::string ug::MarkerPoint::name

Referenced by ug::SeparateRegions().

◆ norm

vector3 ug::MarkerPoint::norm

◆ pos

vector3 ug::MarkerPoint::pos

The documentation for this struct was generated from the following files: