#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, int t) | |
| void | ToQuat () |
| void | FromQuat () |
Data Fields | |
| geom::Vec3 | position |
| geom::Vec3 | direction |
| geom::Vec3 | normal |
| Color | color1 |
| Color | color2 |
| float | quat_value [4] |
| float | rad |
| int | type |
| int | type1 |
| int | type2 |
| float | frac |
| geom::Vec3 | v0 |
| geom::Vec3 | v1 |
| geom::Vec3 | v2 |
| bool | nflip |
Definition at line 110 of file entity_detail.hh.
| SplineEntry | ( | ) | [inline] |
Definition at line 111 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, | |||
| int | t | |||
| ) | [inline] |
Definition at line 121 of file entity_detail.hh.
| void FromQuat | ( | ) |
| void ToQuat | ( | ) |
Definition at line 137 of file entity_detail.hh.
Definition at line 137 of file entity_detail.hh.
Definition at line 136 of file entity_detail.hh.
| float frac |
Definition at line 142 of file entity_detail.hh.
| bool nflip |
Definition at line 144 of file entity_detail.hh.
Definition at line 136 of file entity_detail.hh.
Definition at line 136 of file entity_detail.hh.
| float quat_value[4] |
Definition at line 138 of file entity_detail.hh.
| float rad |
Definition at line 139 of file entity_detail.hh.
| int type |
Definition at line 140 of file entity_detail.hh.
| int type1 |
Definition at line 141 of file entity_detail.hh.
| int type2 |
Definition at line 141 of file entity_detail.hh.
Definition at line 143 of file entity_detail.hh.
Definition at line 143 of file entity_detail.hh.
Definition at line 143 of file entity_detail.hh.
1.5.8