15 #ifndef FLTTRANSFORMPUT_H
16 #define FLTTRANSFORMPUT_H
18 #include "pandatoolbase.h"
20 #include "fltTransformRecord.h"
39 const LPoint3d &get_from_origin()
const;
40 const LPoint3d &get_from_align()
const;
41 const LPoint3d &get_from_track()
const;
42 const LPoint3d &get_to_origin()
const;
43 const LPoint3d &get_to_align()
const;
44 const LPoint3d &get_to_track()
const;
47 void recompute_matrix();
62 return get_class_type();
64 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
68 static void init_type() {
69 FltTransformRecord::init_type();
70 register_type(_type_handle,
"FltTransformPut",
71 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.