geolib2
Namespaces | Functions
shapes.h File Reference
#include "geolib/datatypes.h"
#include <vector>
Include dependency graph for shapes.h:
This graph shows which files directly or indirectly include this file:

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)