The SGADE Documentation

the SGADE 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.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoVector2 Struct Reference
[SoVector]

2D vector definition More...

#include <SoVector.h>


Data Fields

s32 m_X
 X component.

s32 m_Y
 Y component.


Detailed Description

2D vector definition

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.


The documentation for this struct was generated from the following file:
Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.