15 #include "fltEyepoint.h" 16 #include "fltRecordReader.h" 17 #include "fltRecordWriter.h" 26 _rotation_center.set(0.0, 0.0, 0.0);
27 _hpr.set(0.0, 0.0, 0.0);
34 _eyepoint.set(0.0, 0.0, 0.0);
35 _fly_through_yaw = 0.0;
36 _fly_through_pitch = 0.0;
37 _eyepoint_direction.set(0.0, 1.0, 0.0);
38 _no_fly_through =
true;
62 for (r = 0; r < 4; r++) {
63 for (
int c = 0; c < 4; c++) {
71 for (r = 0; r < 4; r++) {
72 for (
int c = 0; c < 4; c++) {
111 for (r = 0; r < 4; r++) {
112 for (
int c = 0; c < 4; c++) {
120 for (r = 0; r < 4; r++) {
121 for (
int c = 0; c < 4; c++) {
static const LMatrix4f & ident_mat()
Returns an identity matrix.
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...
PN_float64 get_be_float64()
Extracts a 64-bit big-endian floating-point number.
PN_float32 get_be_float32()
Extracts a 32-bit big-endian single-precision floating-point number.
DatagramIterator & get_iterator()
Returns an iterator suitable for extracting data from the current record.
void pad_bytes(size_t size)
Adds the indicated number of zero bytes to the datagram.
void add_be_float64(PN_float64 value)
Adds a 64-bit big-endian floating-point number to the datagram.
void add_be_float32(PN_float32 value)
Adds a 32-bit single-precision big-endian floating-point number to the datagram.
void skip_bytes(size_t size)
Skips over the indicated number of bytes in the datagram.
void add_be_int32(PN_int32 value)
Adds a signed 32-bit big-endian integer to the datagram.
A class to retrieve the individual data elements previously stored in a Datagram. ...
Datagram & update_datagram()
Returns a modifiable reference to the datagram associated with the current record.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
PN_int32 get_be_int32()
Extracts a signed 32-bit big-endian integer.