#include "utilities/nmpi.h"
#include "maths/nvectordense.h"
Classes | |
class | regina::NRay |
Represents a ray rooted at the origin whose coordinates are rational. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
NRay * | regina::intersect (const NRay &pos, const NRay &neg, const NVector< NLargeInteger > &hyperplane) |
Returns a newly allocated ray representing the intersection of the hyperplane joining two given rays with the given additional hyperplane. |