OpenStructure
|
#include <entity_detail.hh>
Public Member Functions | |
SplineEntry () | |
SplineEntry (const geom::Vec3 &p, const geom::Vec3 &d, const geom::Vec3 &n, float r, const Color &c1, const Color &c2, unsigned int t, int i) |
Data Fields | |
geom::Vec3 | position |
geom::Vec3 | direction |
geom::Vec3 | normal |
Color | color1 |
Color | color2 |
float | rad |
unsigned int | type |
unsigned int | type1 |
unsigned int | type2 |
float | frac |
float | running_length |
geom::Vec3 | v0 |
geom::Vec3 | v1 |
geom::Vec3 | v2 |
bool | nflip |
int | id |
Definition at line 114 of file entity_detail.hh.
|
inline |
Definition at line 115 of file entity_detail.hh.
|
inline |
Definition at line 134 of file entity_detail.hh.
Color color1 |
Definition at line 146 of file entity_detail.hh.
Color color2 |
Definition at line 146 of file entity_detail.hh.
geom::Vec3 direction |
Definition at line 145 of file entity_detail.hh.
float frac |
Definition at line 150 of file entity_detail.hh.
int id |
Definition at line 153 of file entity_detail.hh.
bool nflip |
Definition at line 152 of file entity_detail.hh.
geom::Vec3 normal |
Definition at line 145 of file entity_detail.hh.
geom::Vec3 position |
Definition at line 145 of file entity_detail.hh.
float rad |
Definition at line 147 of file entity_detail.hh.
float running_length |
Definition at line 150 of file entity_detail.hh.
unsigned int type |
Definition at line 148 of file entity_detail.hh.
unsigned int type1 |
Definition at line 149 of file entity_detail.hh.
unsigned int type2 |
Definition at line 149 of file entity_detail.hh.
geom::Vec3 v0 |
Definition at line 151 of file entity_detail.hh.
geom::Vec3 v1 |
Definition at line 151 of file entity_detail.hh.
geom::Vec3 v2 |
Definition at line 151 of file entity_detail.hh.