Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
|
#include <stdlib.h>
#include <string>
#include <vector>
#include <iostream>
#include "math.h"
#include "Vector2D.h"
Namespaces | |
namespace | correa |
Typedefs | |
typedef std::vector< Vertex >::iterator | correa::VertexIter |
typedef std::vector< Vertex >::const_iterator | correa::VertexCIter |