Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
|
A set of numbers describing a ray with its source at some finite point in the world, projected in a direction for some positive length. More...
#include <spatial_query_basic_types.hpp>
Public Member Functions | |
bool | isSensible () const |
Tests whether the ray is sensible (as opposed to invalid or degenerate). | |
A set of numbers describing a ray with its source at some finite point in the world, projected in a direction for some positive length.
|
inline |
Tests whether the ray is sensible (as opposed to invalid or degenerate).
true | The ray is sensible; |
false | The ray isn't sensible; |