#include <entity_detail.hh>
Public Member Functions | |
| SplineEntry () | |
| SplineEntry (const geom::Vec3 &p, const geom::Vec3 &d, const geom::Vec3 &n, float r, const RGBAColor &c1, const RGBAColor &c2, unsigned int t, int i) | |
| 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 |
| RGBAColor | color1 |
| RGBAColor | 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 139 of file entity_detail.hh.
| SplineEntry | ( | ) | [inline] |
Definition at line 140 of file entity_detail.hh.
| SplineEntry | ( | const geom::Vec3 & | p, | |
| const geom::Vec3 & | d, | |||
| const geom::Vec3 & | n, | |||
| float | r, | |||
| const RGBAColor & | c1, | |||
| const RGBAColor & | c2, | |||
| unsigned int | t, | |||
| int | i | |||
| ) | [inline] |
Definition at line 159 of file entity_detail.hh.
| 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 | |||
| ) | [inline] |
Definition at line 169 of file entity_detail.hh.
Definition at line 181 of file entity_detail.hh.
Definition at line 181 of file entity_detail.hh.
Definition at line 180 of file entity_detail.hh.
| float frac |
Definition at line 185 of file entity_detail.hh.
| int id |
Definition at line 188 of file entity_detail.hh.
| bool nflip |
Definition at line 187 of file entity_detail.hh.
Definition at line 180 of file entity_detail.hh.
Definition at line 180 of file entity_detail.hh.
| float rad |
Definition at line 182 of file entity_detail.hh.
| float running_length |
Definition at line 185 of file entity_detail.hh.
| unsigned int type |
Definition at line 183 of file entity_detail.hh.
| unsigned int type1 |
Definition at line 184 of file entity_detail.hh.
| unsigned int type2 |
Definition at line 184 of file entity_detail.hh.
Definition at line 186 of file entity_detail.hh.
Definition at line 186 of file entity_detail.hh.
Definition at line 186 of file entity_detail.hh.
1.6.1