#include <math.h>
#include "std/config.H"
#include "mlib/global.H"
Go to the source code of this file.
Compounds | |
class | _vec3d |
Functions | |
template<class V> ostream & | operator<< (ostream &os, const _vec3d< V > &v) |
template<class V> istream & | operator>> (istream &is, _vec3d< V > &v) |
template<class V> V | cross (const V &v1, const V &v2) |
template<class V> Greal | det (const V &a, const V &b, const V &c) |
|
|
|
|
|
|
|
|