PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::GeometryUtilities::IntersectionSegmentCircleResult Struct Referencefinal

#include <GeometryUtilities.hpp>

Classes

struct  IntersectionPosition
 

Public Types

enum struct  Types { Unknown = 0 , NoIntersection = 1 , TangentIntersection = 2 , TwoIntersections = 3 }
 

Public Attributes

Gedim::GeometryUtilities::IntersectionSegmentCircleResult::Types Type
 
std::vector< Gedim::GeometryUtilities::IntersectionSegmentCircleResult::IntersectionPositionSegmentIntersections = {}
 intersections of the segment,
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
NoIntersection 
TangentIntersection 
TwoIntersections 

Member Data Documentation

◆ SegmentIntersections

std::vector<Gedim::GeometryUtilities::IntersectionSegmentCircleResult::IntersectionPosition> Gedim::GeometryUtilities::IntersectionSegmentCircleResult::SegmentIntersections = {}

intersections of the segment,

◆ Type


The documentation for this struct was generated from the following file: