14 #ifndef FLTTRANSFORMROTATEABOUTEDGE_H 15 #define FLTTRANSFORMROTATEABOUTEDGE_H 29 void set(
const LPoint3d &point_a,
const LPoint3d &point_b, PN_stdfloat angle);
31 const LPoint3d &get_point_a()
const;
32 const LPoint3d &get_point_b()
const;
36 void recompute_matrix();
48 return get_class_type();
50 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
54 static void init_type() {
55 FltTransformRecord::init_type();
57 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.