15 #ifndef FLTTRANSFORMROTATESCALE_H
16 #define FLTTRANSFORMROTATESCALE_H
18 #include "pandatoolbase.h"
20 #include "fltTransformRecord.h"
32 const LPoint3d &to_point,
bool axis_scale);
35 const LPoint3d &get_reference_point()
const;
36 const LPoint3d &get_to_point()
const;
42 void recompute_matrix();
47 PN_stdfloat _overall_scale;
48 PN_stdfloat _axis_scale;
57 return get_class_type();
59 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
63 static void init_type() {
64 FltTransformRecord::init_type();
65 register_type(_type_handle,
"FltTransformRotateScale",
66 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...
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.