|
Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
|
#include "math.h"Classes | |
| class | correa::Vector |
Namespaces | |
| namespace | correa |
Functions | |
| Vector | correa::operator* (double s, const Vector &v) |
| double | correa::dot (const Vector &u, const Vector &v) |
| Vector | correa::cross (const Vector &u, const Vector &v) |