-
Notifications
You must be signed in to change notification settings - Fork 0
olex-bel/FigLib
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Library for drawing graphical primitives like circle, polygon, arc etc. in OpenGL.
using:
// declaration of variable
FigLib::Circle c1;
OnInit(){
// calculation points of the circle
c1.calculate(50.0f);
}
OnPaint(){
// drawing citrcle
c1.draw(10.0f, 10.0f, 0.0f);
}
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published