|
|
Classes | |
| struct | plane |
Static Public Member Functions | |
| template<typename Point , typename Point3d > | |
| static Point | from_cart3d (Point3d const &point_3d) |
| template<typename Point3d > | |
| static plane< Point3d > | get_plane (Point3d const &p1, Point3d const &p2) |
| template<typename Point3d > | |
| static bool | intersection_points (plane< Point3d > const &plane1, plane< Point3d > const &plane2, Point3d &ip1, Point3d &ip2) |
| template<typename Point3d , typename Point > | |
| static Point3d | to_cart3d (Point const &point) |
|
static |
|
static |
|
static |
|
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |