59 void printTriangles(std :: vector< Triangle > &triangles);
61 void triangulate(
const std :: vector< FloatArray > &iVertices, std :: vector< Triangle > &oTriangles)
const;
O(n4) algorithm, only for testing purposes.
Class representing vector of real numbers.
the oofem namespace is to define a context or scope in which all oofem names are defined.