#include <Atmosphere.h>
Public Attributes | |
Matrix | A |
Vector | B |
float | C |
A is symmetric 3x3 B and X are 3x1 C is a scalar
Since A is symmetric, it is not necessary to store all 9 values, but I use it for convenience of doing matrix/vector arithmetic.
Definition at line 53 of file Atmosphere.h.
|
Definition at line 55 of file Atmosphere.h. |
|
Definition at line 56 of file Atmosphere.h. |
|
Definition at line 57 of file Atmosphere.h. |