30   INLINE 
STTransform(
const LPoint3 &pos, PN_stdfloat rotate = 0.0f, PN_stdfloat scale = 1.0f);
    31   INLINE 
STTransform(PN_stdfloat x, PN_stdfloat y, PN_stdfloat z, PN_stdfloat rotate, PN_stdfloat scale);
    36   INLINE 
STTransform(
const SpeedTree::CInstance &instance);
    37   INLINE 
operator SpeedTree::CInstance () 
const;
    43   INLINE 
void set_pos(
const LPoint3 &pos);
    44   INLINE 
const LPoint3 &get_pos() 
const;
    45   INLINE 
void set_rotate(PN_stdfloat rotate);
    46   INLINE PN_stdfloat get_rotate() 
const;
    47   INLINE 
void set_scale(PN_stdfloat scale);
    48   INLINE PN_stdfloat get_scale() 
const;
    53   void output(std::ostream &out) 
const;
    67 INLINE std::ostream &operator << (std::ostream &out, 
const STTransform &transform) {
    68   transform.output(out);
 
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A class to retrieve the individual data elements previously stored in a Datagram.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...