14 #ifndef FLTTRANSFORMTRANSLATE_H 15 #define FLTTRANSFORMTRANSLATE_H 28 void set(
const LPoint3d &from,
const LVector3d &delta);
31 const LVector3d &get_delta()
const;
34 void recompute_matrix();
45 return get_class_type();
47 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
51 static void init_type() {
52 FltTransformRecord::init_type();
54 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.