#include <point.h>
Public Member Functions | |
point (double i, double j, double k, const color &col=NULL) | |
Constructor. | |
Public Attributes | |
color | c |
The color of the the point. | |
double | x |
The x coordinate of the point. | |
double | y |
The y coordinate of the point. | |
double | z |
The z coordinate of the point. |
glot::point::point | ( | double | i, | |
double | j, | |||
double | k, | |||
const color & | col = NULL | |||
) | [inline] |
double glot::point::x |
The x coordinate of the point.
double glot::point::y |
The y coordinate of the point.
double glot::point::z |
The z coordinate of the point.