21 INLINE EggOptcharUserData::
22 EggOptcharUserData() {
34 INLINE EggOptcharUserData::
38 _static_mat(copy._static_mat),
39 _static_value(copy._static_value)
49 INLINE
void EggOptcharUserData::
51 EggUserData::operator = (copy);
53 _static_mat = copy._static_mat;
54 _static_value = copy._static_value;
62 INLINE
bool EggOptcharUserData::
64 return (_flags & F_static) != 0;
72 INLINE
bool EggOptcharUserData::
74 return (_flags & F_identity) != 0;
82 INLINE
bool EggOptcharUserData::
84 return (_flags & F_empty) != 0;
92 INLINE
bool EggOptcharUserData::
94 return (_flags & F_top) != 0;
static const LMatrix4d & ident_mat()
Returns an identity matrix.
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the...
This is a base class for a user-defined data type to extend egg structures in processing code...