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

Description

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...
 

Member Function Documentation

k64f GoCylinderRegion_Height ( GoCylinderRegion  region)

Gets the Height.

Parameters
regionGoCylinderRegion object.
Returns
The height of the region.
k64f GoCylinderRegion_Radius ( GoCylinderRegion  region)

Gets the radius.

Parameters
regionGoCylinderRegion object.
Returns
The radius of the region.
kStatus GoCylinderRegion_SetHeight ( GoCylinderRegion  region,
k64f  value 
)

Sets the Height.

Parameters
regionGoCylinderRegion object.
valueThe height to set.
Returns
Operation status.
kStatus GoCylinderRegion_SetRadius ( GoCylinderRegion  region,
k64f  value 
)

Sets the radius.

Parameters
regionGoCylinderRegion object.
valueThe radius to set.
Returns
Operation status.
kStatus GoCylinderRegion_SetX ( GoCylinderRegion  region,
k64f  x 
)

Sets the X position.

Parameters
regionGoCylinderRegion object.
xThe X position to set.
Returns
Operation status.
kStatus GoCylinderRegion_SetY ( GoCylinderRegion  region,
k64f  value 
)

Sets the Y position.

Parameters
regionGoCylinderRegion object.
valueThe Y position to set.
Returns
Operation status.
kStatus GoCylinderRegion_SetZ ( GoCylinderRegion  region,
k64f  z 
)

Sets the Z-position.

Parameters
regionGoCylinderRegion object.
zThe Z-position to set.
Returns
Operation status.
k64f GoCylinderRegion_X ( GoCylinderRegion  region)

Gets the X position.

Parameters
regionGoCylinderRegion object.
Returns
The X position of the region.
k64f GoCylinderRegion_Y ( GoCylinderRegion  region)

Gets the Y position.

Parameters
regionGoCylinderRegion object.
Returns
The Y position of the region.
k64f GoCylinderRegion_Z ( GoCylinderRegion  region)

Gets the Z-position.

Parameters
regionGoCylinderRegion object.
Returns
The Z-position of the region.

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