15 #ifndef FLTTRANSFORMGENERALMATRIX_H
16 #define FLTTRANSFORMGENERALMATRIX_H
18 #include "pandatoolbase.h"
20 #include "fltTransformRecord.h"
41 return get_class_type();
43 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
47 static void init_type() {
48 FltTransformRecord::init_type();
49 register_type(_type_handle,
"FltTransformGeneralMatrix",
50 FltTransformRecord::get_class_type());
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This is a 4-by-4 transform matrix.
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
This is a 4-by-4 transform matrix.
TypeHandle is the identifier used to differentiate C++ class types.