Ninja Library - Matrix Structure

NJS_POINT2

Structure in which X and Y coordinate values are set with floating point data

DEFINITION

typedef struct { 
 Float x; 
 Float y; 
} NJS_POINT2; 

MEMBER

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

DESCRIPTION

Structure in which X and Y coordinate values are set with floating point data.

REFERENCE

njDrawCircle2D()
njDrawLine2D()
njDrawLine3D()
njDrawPoint2D()
njDrawPoint3D()
njDrawPolygon2D()
njDrawTriangle2D()
njProjectScreen()
njUserClipping()

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