sKit  0.0.9
shapes.cpp File Reference
#include "shapes.hpp"

Go to the source code of this file.

Namespaces

 sKit
 
 sKit::geom
 

Functions

template<>
auto sKit::geom::circle< SDL_Vertex > (float x, float y, float radius, unsigned int resolution) -> Geometry< SDL_Vertex, int >
 
auto sKit::geom::arc (float x, float y, float radius, float theta, float width, float height, unsigned int resolution, SDL_FColor col) -> Geometry< SDL_Vertex, int >