SilverScreen Solid Modeler

IXY        

IXY        

Previous topic Next topic  

IXY        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

Integer Types

 


A data type that stores an x and y pixel coordinate. It is normally used to indicate a 2D display-space position.

 

struct IXY

  {

  int x;

  int y;

  };

 

 

Members

Member

Description

x

The x pixel coordinate

y

The y pixel coordinate

 

 

Remarks

Usually x represents the horizontal axis and y represents the vertical.

 

 

Header

ssnodes.h