A "put", which is a MultiGen concept of defining a transformation by mapping three arbitrary points to three new arbitrary points.
More...
Public Member Functions |
|
| FltTransformPut (FltHeader *header) |
|
virtual TypeHandle | force_init_type () |
|
const LPoint3d & | get_from_align () const |
|
const LPoint3d & | get_from_origin () const |
|
const LPoint3d & | get_from_track () const |
|
const LPoint3d & | get_to_align () const |
|
const LPoint3d & | get_to_origin () const |
|
const LPoint3d & | get_to_track () const |
|
virtual TypeHandle | get_type () const |
| void | set (const LPoint3d &from_origin, const LPoint3d &from_align, const LPoint3d &from_track, const LPoint3d &to_origin, const LPoint3d &to_align, const LPoint3d &to_track) |
| | Defines the put explicitly.
|
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Protected Member Functions |
| virtual bool | build_record (FltRecordWriter &writer) const |
| | Fills up the current record on the FltRecordWriter with data for this record, but does not advance the writer.
|
| virtual bool | extract_record (FltRecordReader &reader) |
| | Fills in the information in this record based on the information given in the indicated datagram, whose opcode has already been read.
|
A "put", which is a MultiGen concept of defining a transformation by mapping three arbitrary points to three new arbitrary points.
Definition at line 28 of file fltTransformPut.h.