|
Gocator API
|
Represents a two dimensional surface tool region.
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... | |
| k64f GoSurfaceRegion2d_Length | ( | GoSurfaceRegion2d | region | ) |
| kStatus GoSurfaceRegion2d_SetLength | ( | GoSurfaceRegion2d | region, |
| k64f | length | ||
| ) |
Sets the length.
| region | GoSurfaceRegion2d object. |
| length | The length to set. |
| kStatus GoSurfaceRegion2d_SetWidth | ( | GoSurfaceRegion2d | region, |
| k64f | width | ||
| ) |
Sets the width.
| region | GoSurfaceRegion2d object. |
| width | The width to set. |
| kStatus GoSurfaceRegion2d_SetX | ( | GoSurfaceRegion2d | region, |
| k64f | x | ||
| ) |
Sets the X position.
| region | GoSurfaceRegion2d object. |
| x | The X position to set. |
| kStatus GoSurfaceRegion2d_SetY | ( | GoSurfaceRegion2d | region, |
| k64f | value | ||
| ) |
Sets the Y position.
| region | GoSurfaceRegion2d object. |
| value | The Y position to set. |
| k64f GoSurfaceRegion2d_Width | ( | GoSurfaceRegion2d | region | ) |
| k64f GoSurfaceRegion2d_X | ( | GoSurfaceRegion2d | region | ) |
Gets the X position.
| region | GoSurfaceRegion2d object. |
| k64f GoSurfaceRegion2d_Y | ( | GoSurfaceRegion2d | region | ) |
Gets the Y position.
| region | GoSurfaceRegion2d object. |