Navigation:  C/C++ Scripting Engine > Classes >

dbPoint

Previous pageReturn to chapter overviewNext page

Stores an X,Y point.

bar_dot

 

Member Functions:

==============

 

float getX()

Get the X value of this point.

 

float getY()

Get the Y value of this point.

 

void setX( float xVal )

Set the X value for this point.

 

void setY( float yVal )

Set the Y value for this point.

 

void set( float xVal, float yVal )

Set the X & Y values for this point.