#include <glpoint.h>
Public Member Functions | |
GLPoint (void) | |
void | setVertC (double x_, double y_, double z_) |
void | setVertS (double theta, double phi, double rad=1.) |
void | setTex (double s_, double t_) |
void | glSet () |
Public Attributes | |
float | x |
float | y |
float | z |
float | s |
float | t |
Definition at line 21 of file glpoint.h.
void GLPoint::glSet | ( | ) | [inline] |
void GLPoint::setTex | ( | double | s_, | |
double | t_ | |||
) | [inline] |
void GLPoint::setVertC | ( | double | x_, | |
double | y_, | |||
double | z_ | |||
) | [inline] |
void GLPoint::setVertS | ( | double | theta, | |
double | phi, | |||
double | rad = 1. | |||
) | [inline] |
float GLPoint::s |
Definition at line 25 of file glpoint.h.
Referenced by glSet(), setTex(), and Face::toMollweideBackfaceSplit().
float GLPoint::t |
Definition at line 25 of file glpoint.h.
Referenced by glSet(), setTex(), and Face::toMollweideBackfaceSplit().
float GLPoint::x |
float GLPoint::y |
Definition at line 24 of file glpoint.h.
Referenced by glSet(), setVertC(), setVertS(), and Face::toMollweideBackfaceSplit().
float GLPoint::z |
Definition at line 24 of file glpoint.h.
Referenced by glSet(), setVertC(), setVertS(), and Face::toMollweideBackfaceSplit().