#include <adsomath.h>
Public Member Functions | |
| v3f | col (int i) |
| v3f | row (int i) |
| void | setcol (int i, v3f c) |
| void | setrow (int i, v3f c) |
| sqm3f | operator= (const sqm3f v) |
| sqm3f | operator+= (const sqm3f a) |
| sqm3f | operator+ (const sqm3f a) |
| sqm3f | operator-= (const sqm3f a) |
| sqm3f | operator- (const sqm3f a) |
| sqm3f | operator * (const sqm3f a) |
| int | operator== (const sqm3f a) |
| v3f | operator * (const v3f v) |
| sqm3f | operator * (const float f) |
| sqm3f | operator *= (const float f) |
| sqm3f | trans () |
| sqm3f | inverse () |
| void | vsqr (v3f a, v3f b) |
| void | ident () |
| void | zero () |
| sqm3f (float a[3][3]) | |
| sqm3f (v3f a, v3f b, v3f c) | |
| sqm3f () | |
Public Attributes | |
| float | m [3][3] |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3.2