#include "../api_core.h"
#include "vec2.h"
#include "angle.h"
#include "origin.h"
#include "size.h"
Go to the source code of this file.
Classes | |
class | CL_Point |
2D (x,y) point structure - Integer More... | |
class | CL_Pointd |
2D (x,y) point structure - Double More... | |
class | CL_Pointf |
2D (x,y) point structure - Float More... | |
class | CL_Pointx< Type > |
2D (x,y) point structure. More... |