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
CzSVec2 Class Reference

#include <CzSVec2.h>

List of all members.

Public Member Functions

 CzSVec2 ()
 CzSVec2 (float x, float y)
 CzSVec2 (short x, short y)
 CzSVec2 (int x, int y)
bool operator== (CzSVec2 &v)
bool operator!= (CzSVec2 &v)
CzVec2 toVec2 ()
CzVec3 toVec3 ()

Public Attributes

short x
short y

Constructor & Destructor Documentation

CzSVec2::CzSVec2 ( float  x,
float  y 
)
CzSVec2::CzSVec2 ( short  x,
short  y 
)
CzSVec2::CzSVec2 ( int  x,
int  y 
)

Member Function Documentation

bool CzSVec2::operator!= ( CzSVec2 v)
bool CzSVec2::operator== ( CzSVec2 v)

Member Data Documentation

short CzSVec2::x
short CzSVec2::y

The documentation for this class was generated from the following files: