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