#include <gelCollision.h>
Public Member Functions | |
GelRay () | |
Default constructor. | |
GelRay (Gel2dVec _start, Gel2dVec _end) | |
Convenience constructor. | |
Public Attributes | |
Gel2dVec | start |
Gel2dVec | end |
gel::GelRay::GelRay | ( | ) | [inline] |
Default constructor.
Sets the ray's start location to (0, 0), and its end to (1, 1).
Convenience constructor.
_start | : The ray's start location. |
_end | : The ray's end location. |
API Documentation by Mark D. Procarione | Generated by |