|
Gocator API
|
Represents a three dimensional surface region.

Public Member Functions | |
| k64f | GoRegion3d_Height (GoRegion3d region) |
| Gets the height. More... | |
| k64f | GoRegion3d_Length (GoRegion3d region) |
| Gets the length. More... | |
| kStatus | GoRegion3d_SetHeight (GoRegion3d region, k64f height) |
| Sets the height. More... | |
| kStatus | GoRegion3d_SetLength (GoRegion3d region, k64f length) |
| Sets the length. More... | |
| kStatus | GoRegion3d_SetWidth (GoRegion3d region, k64f width) |
| Sets the width. More... | |
| kStatus | GoRegion3d_SetX (GoRegion3d region, k64f x) |
| Sets the X position. More... | |
| kStatus | GoRegion3d_SetY (GoRegion3d region, k64f value) |
| Sets the Y position. More... | |
| kStatus | GoRegion3d_SetZ (GoRegion3d region, k64f z) |
| Sets the Z-position. More... | |
| k64f | GoRegion3d_Width (GoRegion3d region) |
| Gets the width. More... | |
| k64f | GoRegion3d_X (GoRegion3d region) |
| Gets the X position. More... | |
| k64f | GoRegion3d_Y (GoRegion3d region) |
| Gets the Y position. More... | |
| k64f | GoRegion3d_Z (GoRegion3d region) |
| Gets the Z-position. More... | |