15 #ifndef FLTTRANSFORMSCALE_H 16 #define FLTTRANSFORMSCALE_H 18 #include "pandatoolbase.h" 20 #include "fltTransformRecord.h" 38 void recompute_matrix();
49 return get_class_type();
51 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
55 static void init_type() {
56 FltTransformRecord::init_type();
57 register_type(_type_handle,
"FltTransformScale",
58 FltTransformRecord::get_class_type());
This is the base class for all three-component vectors and points.
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
TypeHandle is the identifier used to differentiate C++ class types.