15 #ifndef FLTTRANSFORMRECORD_H
16 #define FLTTRANSFORMRECORD_H
18 #include "pandatoolbase.h"
20 #include "fltRecord.h"
42 return get_class_type();
44 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
48 static void init_type() {
49 FltRecord::init_type();
50 register_type(_type_handle,
"FltTransformRecord",
51 FltRecord::get_class_type());
This is a 4-by-4 transform matrix.
A base class for any of a broad family of flt records that represent particular beads in the hierarch...
The base class for all kinds of records in a MultiGen OpenFlight file.
TypeHandle is the identifier used to differentiate C++ class types.