14 #ifndef FLTTRANSFORMSCALE_H 15 #define FLTTRANSFORMSCALE_H 28 void set(
const LPoint3d ¢er,
const LVecBase3 &scale);
31 const LPoint3d &get_center()
const;
32 const LVecBase3 &get_scale()
const;
35 void recompute_matrix();
46 return get_class_type();
48 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
52 static void init_type() {
53 FltTransformRecord::init_type();
55 FltTransformRecord::get_class_type());
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...
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
TypeHandle is the identifier used to differentiate C++ class types.