Gocator API
|
Represents a ...
Inherits kObject.
Public Member Functions | |
k64f | GoCylinderRegion_Height (GoCylinderRegion region) |
Gets the Height. More... | |
k64f | GoCylinderRegion_Radius (GoCylinderRegion region) |
Gets the radius. More... | |
kStatus | GoCylinderRegion_SetHeight (GoCylinderRegion region, k64f value) |
Sets the Height. More... | |
kStatus | GoCylinderRegion_SetRadius (GoCylinderRegion region, k64f value) |
Sets the radius. More... | |
kStatus | GoCylinderRegion_SetX (GoCylinderRegion region, k64f x) |
Sets the X position. More... | |
kStatus | GoCylinderRegion_SetY (GoCylinderRegion region, k64f value) |
Sets the Y position. More... | |
kStatus | GoCylinderRegion_SetZ (GoCylinderRegion region, k64f z) |
Sets the Z-position. More... | |
k64f | GoCylinderRegion_X (GoCylinderRegion region) |
Gets the X position. More... | |
k64f | GoCylinderRegion_Y (GoCylinderRegion region) |
Gets the Y position. More... | |
k64f | GoCylinderRegion_Z (GoCylinderRegion region) |
Gets the Z-position. More... | |
k64f GoCylinderRegion_Height | ( | GoCylinderRegion | region | ) |
k64f GoCylinderRegion_Radius | ( | GoCylinderRegion | region | ) |
kStatus GoCylinderRegion_SetHeight | ( | GoCylinderRegion | region, |
k64f | value | ||
) |
Sets the Height.
region | GoCylinderRegion object. |
value | The height to set. |
kStatus GoCylinderRegion_SetRadius | ( | GoCylinderRegion | region, |
k64f | value | ||
) |
Sets the radius.
region | GoCylinderRegion object. |
value | The radius to set. |
kStatus GoCylinderRegion_SetX | ( | GoCylinderRegion | region, |
k64f | x | ||
) |
Sets the X position.
region | GoCylinderRegion object. |
x | The X position to set. |
kStatus GoCylinderRegion_SetY | ( | GoCylinderRegion | region, |
k64f | value | ||
) |
Sets the Y position.
region | GoCylinderRegion object. |
value | The Y position to set. |
kStatus GoCylinderRegion_SetZ | ( | GoCylinderRegion | region, |
k64f | z | ||
) |
Sets the Z-position.
region | GoCylinderRegion object. |
z | The Z-position to set. |
k64f GoCylinderRegion_X | ( | GoCylinderRegion | region | ) |
k64f GoCylinderRegion_Y | ( | GoCylinderRegion | region | ) |
k64f GoCylinderRegion_Z | ( | GoCylinderRegion | region | ) |