AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzSprite.cpp File Reference
#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)

Function Documentation

bool findSeparatingAxis ( int  vc1,
CzVec2 v1,
int  vc2,
CzVec2 v2 
)
void gatherPolygonProjectionExtents ( int  vc,
CzVec2 v,
CzVec2 axis,
float &  out_min,
float &  out_max 
)