Ninja Library - Matrix Structure

NJS_POINT2I

Structure in which X and Y coordinate values are set with signed 16-bit data

DEFINITION

typedef struct { 
 Sint16 x; 
 Sint16 y; 
} NJS_POINT2I; 

MEMBER

 x  X coordinate (horizontal) 
 y  Y coordinate (vertical) 

DESCRIPTION

Structure in which X and Y coordinate values are set with signed 16-bit data.

NJS_POINT2I
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999