|
Bike-X
0.8
|
#include "OVR_Math.h"

Public Types | |
| typedef T | Value_t |
Public Member Functions | |
| SymMat3 () | |
| SymMat3 (T s) | |
| SymMat3 (T a00, T a01, T a02, T a11, T a12, T a22) | |
| T | operator() (int i, int j) const |
| T & | operator() (int i, int j) |
| template<typename U > | |
| SymMat3< U > | CastTo () const |
| this_type & | operator+= (const this_type &b) |
| this_type & | operator-= (const this_type &b) |
| this_type & | operator*= (T s) |
| SymMat3 | operator* (T s) const |
| T | Determinant () const |
| this_type | Inverse () const |
| T | Trace () const |
| void | Rank1 (const Vector3< T > &a) |
| void | Rank1Add (const Vector3< T > &a) |
| void | Rank1Sub (const Vector3< T > &a) |
Static Public Member Functions | |
| static int | Index (unsigned int i, unsigned int j) |
| static SymMat3 & | Multiply (SymMat3 *d, const SymMat3 &a, const SymMat3 &b) |
Data Fields | |
| T | v [6] |
Private Types | |
| typedef SymMat3< T > | this_type |
Definition at line 1858 of file OVR_Math.h.
|
private |
Definition at line 2211 of file OVR_Math.h.
| typedef T OVR::SymMat3< T >::Value_t |
Definition at line 2214 of file OVR_Math.h.
|
inline |
Definition at line 2218 of file OVR_Math.h.
|
inlineexplicit |
Definition at line 2220 of file OVR_Math.h.
|
inlineexplicit |
Definition at line 2226 of file OVR_Math.h.
Definition at line 2243 of file OVR_Math.h.
|
inline |
Definition at line 2314 of file OVR_Math.h.
|
inlinestatic |
Definition at line 2233 of file OVR_Math.h.
|
inline |
Definition at line 2326 of file OVR_Math.h.
|
inlinestatic |
Definition at line 2298 of file OVR_Math.h.
|
inline |
Definition at line 2238 of file OVR_Math.h.
|
inline |
Definition at line 2240 of file OVR_Math.h.
|
inline |
Definition at line 2284 of file OVR_Math.h.
|
inline |
Definition at line 2272 of file OVR_Math.h.
|
inline |
Definition at line 2249 of file OVR_Math.h.
|
inline |
Definition at line 2260 of file OVR_Math.h.
|
inline |
Definition at line 2350 of file OVR_Math.h.
|
inline |
Definition at line 2358 of file OVR_Math.h.
|
inline |
Definition at line 2366 of file OVR_Math.h.
|
inline |
Definition at line 2347 of file OVR_Math.h.
| T OVR::SymMat3< T >::v[6] |
Definition at line 2216 of file OVR_Math.h.