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 representing a single circle situated somewhere in the world. More...
#include <spatial_query_basic_types.hpp>
Public Member Functions | |
bool | isSensible () const |
Tests whether the circle described by these parameters is valid (as opposed to invalid, infinite, or degenerate) | |
A set of numbers representing a single circle situated somewhere in the world.
|
inline |
Tests whether the circle described by these parameters is valid (as opposed to invalid, infinite, or degenerate)
true | The circle is sensible; |
false | The circle is not sensible; |