#include <ckviewpoint.h>
Public Member Functions | |
double & | operator() (int r, int c) |
const double & | operator() (int r, int c) const |
void | scaleRow (int r, double s) |
void | addRow (int rSrc, double s, int rDest) |
void | pup (PUP::er &p) |
Private Attributes | |
double | data [4][4] |
This is only used for projection, below, so it's a trivial class.
Definition at line 50 of file ckviewpoint.h.
void CkMatrix3d::scaleRow | ( | int | r, | |
double | s | |||
) | [inline] |
void CkMatrix3d::pup | ( | PUP::er & | p | ) | [inline] |
double CkMatrix3d::data[4][4] [private] |
Definition at line 51 of file ckviewpoint.h.
Referenced by addRow(), operator()(), pup(), and scaleRow().