8 #ifndef GDK_GRAPHIC_RAY_H
9 #define GDK_GRAPHIC_RAY_H
72 #include <Gdk/Data/GdkGraphicRay.x.h>
Essential Gdk declarations.
kStatus GdkGraphicRay_SetWidth(GdkGraphicRay ray, k32f width)
Sets the width of a ray.
kStatus GdkGraphicRay_SetPosition(GdkGraphicRay ray, kPoint3d32f position)
Sets the position of a ray.
kStatus GdkGraphicRay_SetColor(GdkGraphicRay ray, kColor colour)
Sets the colour of a ray.
kStatus GdkGraphicRay_Construct(GdkGraphicRay *ray, kObject allocator)
Constructs a plane object.
kStatus GdkGraphicRay_SetNormal(GdkGraphicRay ray, kPoint3d32f normal)
Sets the normal of a ray.