bmtk::Vec3d Class Reference
#include <vec3d.hh>
List of all members.
Detailed Description
Definition at line 53 of file vec3d.hh.
Constructor & Destructor Documentation
bmtk::Vec3d::Vec3d |
( |
const float |
x0, |
|
|
const float |
x1, |
|
|
const float |
x2 | |
|
) |
| | |
bmtk::Vec3d::Vec3d |
( |
const float |
a |
) |
|
bmtk::Vec3d::Vec3d |
( |
const Vec3d & |
v |
) |
|
bmtk::Vec3d::Vec3d |
( |
const float * |
x_ |
) |
|
Member Function Documentation
Vec3d bmtk::Vec3d::cross |
( |
const Vec3d & |
v |
) |
const |
float bmtk::Vec3d::dist2To |
( |
Vec3d & |
v |
) |
const |
float bmtk::Vec3d::distTo |
( |
Vec3d & |
v |
) |
const |
float bmtk::Vec3d::dot |
( |
const Vec3d & |
v |
) |
const |
float bmtk::Vec3d::len |
( |
void |
|
) |
const |
float bmtk::Vec3d::len2 |
( |
void |
|
) |
const |
void bmtk::Vec3d::normalize |
( |
void |
|
) |
|
bool bmtk::Vec3d::operator!= |
( |
const Vec3d & |
v |
) |
const |
Vec3d bmtk::Vec3d::operator* |
( |
const Vec3d |
v |
) |
const |
Vec3d bmtk::Vec3d::operator* |
( |
const float |
a |
) |
const |
Vec3d bmtk::Vec3d::operator*= |
( |
const float |
a |
) |
|
Vec3d bmtk::Vec3d::operator+ |
( |
const float |
a |
) |
const |
Vec3d bmtk::Vec3d::operator+ |
( |
const Vec3d & |
v |
) |
const |
void bmtk::Vec3d::operator+= |
( |
const float |
a |
) |
|
void bmtk::Vec3d::operator+= |
( |
const Vec3d & |
v |
) |
|
Vec3d bmtk::Vec3d::operator- |
( |
void |
|
) |
const |
Vec3d bmtk::Vec3d::operator- |
( |
const float |
a |
) |
const |
Vec3d bmtk::Vec3d::operator- |
( |
const Vec3d & |
v |
) |
const |
void bmtk::Vec3d::operator-= |
( |
const float |
a |
) |
|
void bmtk::Vec3d::operator-= |
( |
const Vec3d & |
v |
) |
|
Vec3d bmtk::Vec3d::operator/ |
( |
const Vec3d |
v |
) |
const |
Vec3d bmtk::Vec3d::operator/ |
( |
const float |
a |
) |
const |
Vec3d bmtk::Vec3d::operator/= |
( |
const float |
a |
) |
|
Vec3d bmtk::Vec3d::operator= |
( |
int |
a |
) |
|
Vec3d bmtk::Vec3d::operator= |
( |
float |
a |
) |
|
Vec3d bmtk::Vec3d::operator= |
( |
const float |
d[3] |
) |
|
bool bmtk::Vec3d::operator== |
( |
const Vec3d & |
v |
) |
const |
float & bmtk::Vec3d::operator[] |
( |
const int |
index |
) |
|
float bmtk::Vec3d::operator[] |
( |
const int |
index |
) |
const |
float bmtk::Vec3d::operator~ |
( |
void |
|
) |
const |
void bmtk::Vec3d::print |
( |
void |
|
) |
|
void bmtk::Vec3d::printall |
( |
void |
|
) |
|
void bmtk::Vec3d::printcr |
( |
void |
|
) |
|
void bmtk::Vec3d::set |
( |
const float |
x0, |
|
|
const float |
x1, |
|
|
const float |
x2 | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: