mt
 All Classes Files Functions Enumerations Groups Pages
Classes | Functions
circle3.h File Reference
#include <iostream>
#include <limits>
#include <mt/exception.h>
#include <mt/plane3.h>
#include <mt/point3.h>
#include <mt/scalar.h>
#include <mt/sphere3.h>
#include <mt/unit3.h>
#include <mt/vector3.h>

Go to the source code of this file.

Classes

class  mt::Circle3
 Three-dimensional circle class. More...

Functions

std::ostream & mt::operator<< (std::ostream &os, const Circle3 &c)
Point3 mt::project (const Point3 &p, const Circle3 &c)
 Projects point p on circle c.
Scalar mt::distance (const Point3 &p, const Circle3 &c)
 Distance from point p to circle c.
Scalar mt::distance (const Circle3 &s, const Point3 &c)
 Distance from point p to circle c.

Detailed Description