AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include "CzSprite.h"
#include "CzString.h"
#include "CzUtil.h"
#include "CzRender.h"
#include "CzActor.h"
#include "CzSpriteManager.h"
Functions | |
void | gatherPolygonProjectionExtents (int vc, CzVec2 *v, CzVec2 *axis, float &out_min, float &out_max) |
bool | findSeparatingAxis (int vc1, CzVec2 *v1, int vc2, CzVec2 *v2) |
bool findSeparatingAxis | ( | int | vc1, |
CzVec2 * | v1, | ||
int | vc2, | ||
CzVec2 * | v2 | ||
) |
void gatherPolygonProjectionExtents | ( | int | vc, |
CzVec2 * | v, | ||
CzVec2 * | axis, | ||
float & | out_min, | ||
float & | out_max | ||
) |