![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzSVec2.h>
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 |
| CzSVec2::CzSVec2 | ( | ) |
| CzSVec2::CzSVec2 | ( | float | x, |
| float | y | ||
| ) |
| CzSVec2::CzSVec2 | ( | short | x, |
| short | y | ||
| ) |
| CzSVec2::CzSVec2 | ( | int | x, |
| int | y | ||
| ) |
| bool CzSVec2::operator!= | ( | CzSVec2 & | v | ) |
| bool CzSVec2::operator== | ( | CzSVec2 & | v | ) |
| short CzSVec2::x |
| short CzSVec2::y |