#include <iostream>
#include <limits>
#include <mt/exception.h>
#include <mt/line3.h>
#include <mt/point3.h>
#include <mt/scalar.h>
#include <mt/vector3.h>
Go to the source code of this file.
Functions |
std::ostream & | mt::operator<< (std::ostream &os, const Cylinder3 &c) |
Point3 | mt::project (const Point3 &p, const Cylinder3 &c) |
| Projects point p on cylinder c.
|
Scalar | mt::distance (const Point3 &p, const Cylinder3 &c) |
| Distance from point p to cylinder c.
|
Scalar | mt::distance (const Sphere3 &s, const Cylinder3 &c) |
| Distance from point p to cylinder c.
|
Scalar | mt::distance (const Cylinder3 &c, const Point3 &p) |
Detailed Description