Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoSurfaceRegion2d Class Reference

Description

Represents a ...

Inherits kObject.

Public Member Functions

k64f GoSurfaceRegion2d_Length (GoSurfaceRegion2d region)
 Gets the length. More...
 
kStatus GoSurfaceRegion2d_SetLength (GoSurfaceRegion2d region, k64f length)
 Sets the length. More...
 
kStatus GoSurfaceRegion2d_SetWidth (GoSurfaceRegion2d region, k64f width)
 Sets the width. More...
 
kStatus GoSurfaceRegion2d_SetX (GoSurfaceRegion2d region, k64f x)
 Sets the X position. More...
 
kStatus GoSurfaceRegion2d_SetY (GoSurfaceRegion2d region, k64f value)
 Sets the Y position. More...
 
k64f GoSurfaceRegion2d_Width (GoSurfaceRegion2d region)
 Gets the width. More...
 
k64f GoSurfaceRegion2d_X (GoSurfaceRegion2d region)
 Gets the X position. More...
 
k64f GoSurfaceRegion2d_Y (GoSurfaceRegion2d region)
 Gets the Y position. More...
 

Member Function Documentation

k64f GoSurfaceRegion2d_Length ( GoSurfaceRegion2d  region)

Gets the length.

Parameters
regionGoSurfaceRegion2d object.
Returns
The length of the region.
kStatus GoSurfaceRegion2d_SetLength ( GoSurfaceRegion2d  region,
k64f  length 
)

Sets the length.

Parameters
regionGoSurfaceRegion2d object.
lengthThe length to set.
Returns
Operation status.
kStatus GoSurfaceRegion2d_SetWidth ( GoSurfaceRegion2d  region,
k64f  width 
)

Sets the width.

Parameters
regionGoSurfaceRegion2d object.
widthThe width to set.
Returns
Operation status.
kStatus GoSurfaceRegion2d_SetX ( GoSurfaceRegion2d  region,
k64f  x 
)

Sets the X position.

Parameters
regionGoSurfaceRegion2d object.
xThe X position to set.
Returns
Operation status.
kStatus GoSurfaceRegion2d_SetY ( GoSurfaceRegion2d  region,
k64f  value 
)

Sets the Y position.

Parameters
regionGoSurfaceRegion2d object.
valueThe Y position to set.
Returns
Operation status.
k64f GoSurfaceRegion2d_Width ( GoSurfaceRegion2d  region)

Gets the width.

Parameters
regionGoSurfaceRegion2d object.
Returns
The width of the region.
k64f GoSurfaceRegion2d_X ( GoSurfaceRegion2d  region)

Gets the X position.

Parameters
regionGoSurfaceRegion2d object.
Returns
The X position of the region.
k64f GoSurfaceRegion2d_Y ( GoSurfaceRegion2d  region)

Gets the Y position.

Parameters
regionGoSurfaceRegion2d object.
Returns
The Y position of the region.

The documentation for this class was generated from the following file: