#include "Geometry/algebraic-primitives.h"
#include "Utility/pre-post-conditions.h"
Include dependency graph for geometric-primitives.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | geom_traits |
class | segment |
class | triangle |
class | ray |
class | line |
struct | geom_traits< segment< P > > |
struct | geom_traits< triangle< P > > |
struct | geom_traits< ray< P > > |
struct | geom_traits< line< P > > |
class | intersection_segment_triangle |
class | intersection_ray_triangle |
Functions | |
template<class Triangle> geom_traits< Triangle >::coord_type | plane_normal (Triangle const &T) |
|
Calculate normal from 3-point plane representation Definition at line 126 of file geometric-primitives.h. Referenced by intersection_ray_triangle::ray_intersects_plane, and intersection_segment_triangle::segment_intersects_plane. |