$search
#include <math.h>
#include <stdlib.h>
#include <iostream>
#include "vec3d.hh"
Go to the source code of this file.
Classes | |
class | bmtk::Mat3x3 |
class | bmtk::Row1x3 |
Namespaces | |
namespace | bmtk |
Functions | |
Vec3d | bmtk::operator* (const Vec3d &v, const Mat3x3 &m) |
Mat3x3 | bmtk::operator* (const float a, const Mat3x3 &m) |
void | bmtk::operator*= (Vec3d &v, const Mat3x3 &m) |
ostream & | bmtk::operator<< (ostream &os, const Mat3x3 &m) |