14 #ifndef FLTTRANSFORMROTATEABOUTPOINT_H 15 #define FLTTRANSFORMROTATEABOUTPOINT_H 29 void set(
const LPoint3d ¢er,
const LVector3 &axis, PN_stdfloat angle);
31 const LPoint3d &get_center()
const;
32 const LVector3 &get_axis()
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.