![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmSegmentCellIntersection class & friends. More...
Go to the source code of this file.
Classes | |
class | GmSegmentCellIntersection |
Representation for the intersection between a polyline segment and a mesh cell. Can be used both in 2D and in 3D. More... | |
struct | GmSegmentCellIntersection::IntersectionPoint |
class | GmCompact2DSegmentCellIntersection |
A (much more) compact version of GmSegmentCellIntersection for 2d intersections only. Must be created on the heap by a call to instance(). More... | |
Enumerations | |
enum | GmSegmentCellIntersectionPointKind { GM_NO_INTERSECTION, GM_NODE_INTERSECTION, GM_EDGE_INTERSECTION, GM_FACE_INTERSECTION, GM_INTERNAL_INTERSECTION, GM_NUM_INTERSECTION_POINT_KIND } |
Intersection point type between a segment and a 2D or 3D cell. More... | |
Declaration of the GmSegmentCellIntersection class & friends.
Intersection point type between a segment and a 2D or 3D cell.