|
Gocator Development Kit
|
Represents a plane.

Public Member Functions | |
| kStatus | GdkGraphicRay_Construct (GdkGraphicRay *ray, kObject allocator) |
| Constructs a plane object. More... | |
| kStatus | GdkGraphicRay_SetColor (GdkGraphicRay ray, kColor colour) |
| Sets the colour of a ray. More... | |
| kStatus | GdkGraphicRay_SetNormal (GdkGraphicRay ray, kPoint3d32f normal) |
| Sets the normal of a ray. More... | |
| kStatus | GdkGraphicRay_SetPosition (GdkGraphicRay ray, kPoint3d32f position) |
| Sets the position of a ray. More... | |
| kStatus | GdkGraphicRay_SetWidth (GdkGraphicRay ray, k32f width) |
| Sets the width of a ray. More... | |