|
Gocator Development Kit
|
Represents a collection of vector anchorRegions.

Public Member Functions | |
| kStatus | GdkGraphicAnchorRegion2d_Construct (GdkGraphicAnchorRegion2d *anchorRegion, kObject allocator) |
| Constructs a anchorRegion object. More... | |
| kStatus | GdkGraphicAnchorRegion2d_SetCenter (GdkGraphicAnchorRegion2d anchorRegion, k64f x, k64f z) |
| Sets the center point of a 2d Region. More... | |
| kStatus | GdkGraphicAnchorRegion2d_SetDimensions (GdkGraphicAnchorRegion2d anchorRegion, k64f width, k64f height) |
| Sets the dimensions of a 2d Region. More... | |
| kStatus | GdkGraphicAnchorRegion2d_SetRegion (GdkGraphicAnchorRegion2d anchorRegion, const GdkRegionXZ64f *region) |
| Sets the anchor region using a standard region struct. More... | |
| kStatus | GdkGraphicAnchorRegion2d_SetYAngle (GdkGraphicAnchorRegion2d anchorRegion, k64f angle) |
| Sets the rotation angle (about Y Axis) of the Region. More... | |