geolib2
Namespaces | Functions
shapes.cpp File Reference
#include "geolib/shapes.h"
#include "geolib/Mesh.h"
#include "geolib/Shape.h"
#include <cmath>
Include dependency graph for shapes.cpp:

Go to the source code of this file.

Namespaces

 geo
 

Functions

void geo::createConvexPolygon (geo::Shape &shape, const std::vector< geo::Vec2 > &points, double height)
 
void geo::createCylinder (geo::Shape &shape, double radius, double height, unsigned int num_corners=20)