14 #ifndef FLTTRANSFORMROTATESCALE_H 15 #define FLTTRANSFORMROTATESCALE_H 29 void set(
const LPoint3d ¢er,
const LPoint3d &reference_point,
30 const LPoint3d &to_point,
bool axis_scale);
32 const LPoint3d &get_center()
const;
33 const LPoint3d &get_reference_point()
const;
34 const LPoint3d &get_to_point()
const;
40 void recompute_matrix();
43 LPoint3d _reference_point;
45 PN_stdfloat _overall_scale;
46 PN_stdfloat _axis_scale;
55 return get_class_type();
57 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
61 static void init_type() {
62 FltTransformRecord::init_type();
64 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.