#include "constants.hh"#include <ost/geom/module_config.hh>Go to the source code of this file.
Namespaces | |
| namespace | geom |
Functions | |
| Real DLLEXPORT_OST_GEOM | Length (const Vec4 &v) |
| Real DLLEXPORT_OST_GEOM | Length2 (const Vec4 &v) |
| bool DLLEXPORT_OST_GEOM | Equal (const Vec4 &v1, const Vec4 &v2, Real ephilon=EPSILON) |
| bool DLLEXPORT_OST_GEOM | Equal (const Mat4 &m1, const Mat4 &v2, Real ephilon=EPSILON) |
| Real DLLEXPORT_OST_GEOM | Dot (const Vec4 &v1, const Vec4 &v2) |
| Vec4 DLLEXPORT_OST_GEOM | Normalize (const Vec4 &v) |
| Vec4 DLLEXPORT_OST_GEOM | CompMultiply (const Vec4 &v1, const Vec4 &v2) |
| Vec4 DLLEXPORT_OST_GEOM | CompDivide (const Vec4 &v1, const Vec4 &v2) |
| Vec4 DLLEXPORT_OST_GEOM | operator* (const Vec4 &v, const Mat4 &m) |
| Vec4 DLLEXPORT_OST_GEOM | operator* (const Mat4 &m, const Vec4 &v) |
| Real DLLEXPORT_OST_GEOM | Comp (const Mat4 &m, unsigned int i, unsigned int j) |
| Real DLLEXPORT_OST_GEOM | Minor (const Mat4 &m, unsigned int i, unsigned int j) |
| Real DLLEXPORT_OST_GEOM | Det (const Mat4 &m) |
| Mat4 DLLEXPORT_OST_GEOM | Transpose (const Mat4 &m) |
| Mat4 DLLEXPORT_OST_GEOM | Invert (const Mat4 &m) |
| Mat4 DLLEXPORT_OST_GEOM | operator* (const Mat4 &m1, const Mat4 &m2) |
| Real DLLEXPORT_OST_GEOM | Angle (const Vec4 &v1, const Vec4 &v2) |
| Vec4 DLLEXPORT_OST_GEOM | Min (const Vec4 &v1, const Vec4 &v2) |
| Vec4 DLLEXPORT_OST_GEOM | Max (const Vec4 &v1, const Vec4 &v2) |
1.5.8