#include <ostream>
#include <math.h>
Namespaces | |
namespace | OV |
Data Structures | |
struct | OV::OVvX< X > |
Template for float vectors. Container for X floats with access operators. More... | |
class | OV::OVm3 |
3x3 floating point matrix class. Container for 3x3 floating point matrices with access operators. More... | |
class | OV::OVm4 |
4x4 floting point matrix class. Container for 4x4 floating point matrices with access operators. More... | |
Typedefs | |
typedef unsigned int | uint |
typedef OVvX< 2 > | OV::OVv2 |
Typedef for OV2f. | |
typedef OVvX< 3 > | OV::OVv3 |
Typedef for OV3f. | |
typedef OVvX< 4 > | OV::OVv4 |
Typedef for OV4f. | |
typedef OVvX< 9 > | OV::OVv9 |
Typedef for OV9f. | |
typedef OVvX< 16 > | OV::OVv16 |
Typedef for OV16f. |
Contains the declarations of vector and matrix containers.
typedef unsigned int uint |