Draw2D
|
#include <vector>
#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
class | drawNS::Point2D |
Point in 2D Class represents point in 2D. More... | |
class | drawNS::Draw2DAPI |
Abstract interface for drawing class Abstract class used as interface for 2D drawing class implementations. More... | |
Namespaces | |
drawNS | |
Namespace for drawing tools - abstract interface and 2D point Namespace for drawing tools - abstract interface and 2D point. | |
File contains abstract interface for drawing in 2D.