#include <DebugRenderer.hpp>
Collaboration diagram for BARE2D::Circle:Public Member Functions | |
| void | construct (glm::vec2 &p0, float &lineThick, float &radius, Colour &fillCol) |
Data Fields | |
| glm::vec2 | origin |
| std::vector< Line > | lines |
Definition at line 21 of file DebugRenderer.hpp.
| void BARE2D::Circle::construct | ( | glm::vec2 & | p0, |
| float & | lineThick, | ||
| float & | radius, | ||
| Colour & | fillCol | ||
| ) |
Definition at line 37 of file DebugRenderer.cpp.
References CIRCLE_LINES, BARE2D::Line::construct(), lines, and origin.
Here is the call graph for this function:| std::vector<Line> BARE2D::Circle::lines |
Definition at line 25 of file DebugRenderer.hpp.
Referenced by construct().
| glm::vec2 BARE2D::Circle::origin |
Definition at line 24 of file DebugRenderer.hpp.
Referenced by construct().