The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
#include <SoVector.h>
Data Fields | |
| s32 | m_X |
| X component. | |
| s32 | m_Y |
| Y component. | |
This structure is used to define 2D vectors. Its members are public.
The members can be used for either fixed point or integer whole mathematics, depending on the context.
See the SoVector module for more information.