#include <math.h>
#include <realroot/Seq.hpp>
#include <shape/shape.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
- #define TMPL_DEF template<class C, class V=REF_OF(C), int N=3>
- #define TMPL template<class C, class V, int N>
- #define TMPL1 template<class K>
- #define SELF point<C,V,N>
- #define Viewer viewer<axel,W>
- #define Ostream std::ostream
Functions
- template<class C , class V , int N> point< C, V, N >::Scalar read (const point< C, V, N > &v, unsigned i)
- template<class C , class V , int N> point< C, V, N >::Scalar distance (const point< C, V, N > &p1, const point< C, V, N > &p2)
- template<class C , class V , int N> std::ostream & operator<< (std::ostream &os, const point< C, V, N > &p)
- template<class W , class C , class V , int N> viewer< axel, W > & operator<< (viewer< axel, W > &os, const point< C, V, N > &p)
Define Documentation
#define Ostream std::ostream |
#define SELF point<C,V,N> |
#define TMPL template<class C, class V, int N> |
#define TMPL1 template<class K> |
#define TMPL_DEF template<class C, class V=REF_OF(C), int N=3> |
#define Viewer viewer<axel,W> |