|
|
@@ -76,6 +76,10 @@ PUBLISHED:
|
|
|
FLOATTYPE e10, FLOATTYPE e11, FLOATTYPE e12,
|
|
|
FLOATTYPE e20, FLOATTYPE e21, FLOATTYPE e22);
|
|
|
|
|
|
+ INLINE_LINMATH CRow operator [](int i) const;
|
|
|
+ INLINE_LINMATH Row operator [](int i);
|
|
|
+ INLINE_LINMATH static int size();
|
|
|
+
|
|
|
INLINE_LINMATH void set_row(int row, const FLOATNAME(LVecBase3) &v);
|
|
|
INLINE_LINMATH void set_col(int col, const FLOATNAME(LVecBase3) &v);
|
|
|
|
|
|
@@ -99,10 +103,6 @@ PUBLISHED:
|
|
|
INLINE_LINMATH FLOATTYPE &operator () (int row, int col);
|
|
|
INLINE_LINMATH FLOATTYPE operator () (int row, int col) const;
|
|
|
|
|
|
- INLINE_LINMATH CRow operator [](int i) const;
|
|
|
- INLINE_LINMATH Row operator [](int i);
|
|
|
- INLINE_LINMATH static int size();
|
|
|
-
|
|
|
INLINE_LINMATH bool is_nan() const;
|
|
|
INLINE_LINMATH bool is_identity() const;
|
|
|
|