OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
SplineEntry Struct Reference

#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
 

Detailed Description

Definition at line 139 of file entity_detail.hh.

Constructor & Destructor Documentation

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.

Field Documentation

RGBAColor color1

Definition at line 181 of file entity_detail.hh.

RGBAColor color2

Definition at line 181 of file entity_detail.hh.

geom::Vec3 direction

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.

geom::Vec3 normal

Definition at line 180 of file entity_detail.hh.

geom::Vec3 position

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.


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