List of all items
Structs
- algorithm::convex_hull::convex_hull_2::ConvexHull2
- algorithm::intersection::sweep_segment_2_intersection::SweepSegment2Intersection
- kernel::arc_segment_2::ArcSegment2
- kernel::circle_segment_2::CircleSegment2
- kernel::edge_2::Edge2
- kernel::face_2::Face2
- kernel::line_2::Line2
- kernel::line_segment_2::LineSegment2
- kernel::point_2::Point2
- kernel::polygon_2::Polygon2
- kernel::ray_2::Ray2
- kernel::triangle_2::Triangle2
- kernel::vector_2::Vector2
- kernel::vertex_2::Vertex2
Enums
- algorithm::location::location_enum::Point2ArcSegment2Location
- algorithm::location::location_enum::Point2Circle2Location
- algorithm::location::location_enum::Point2Polygon2Location
- algorithm::location::location_enum::Point2Ray2Location
- algorithm::location::location_enum::Point2Segment2Location
- algorithm::location::location_enum::Point2Triangle2Location
- kernel::util_enum::Edge2Type
- kernel::util_enum::Orientation
- kernel::util_enum::Segment2Type
- kernel::util_enum::TurnDirection
Traits
- kernel::number_type::DefaultNumberValueTrait
- kernel::number_type::NumberType
- kernel::segment_2::Segment2
Functions
- algorithm::intersection::line_segment_2_ray_2::is_line_segment_2_ray_2_intersected
- algorithm::intersection::line_segment_2_ray_2::line_segment_2_ray_2_intersection
- algorithm::intersection::segment_2_segment_2::is_segment_2_segment_2_intersected
- algorithm::intersection::segment_2_segment_2::segment_2_segment_2_intersection
- algorithm::location::point_2_arc_segment_2::is_point_2_on_arc_segment_2
- algorithm::location::point_2_arc_segment_2::locate_point_2_arc_segment_2
- algorithm::location::point_2_circle_segment_2::is_point_2_on_circle_segment_2
- algorithm::location::point_2_circle_segment_2::locate_point_2_circle_segment_2
- algorithm::location::point_2_line_segment_2::is_point_2_on_line_segment_2
- algorithm::location::point_2_line_segment_2::locate_point_2_line_segment_2
- algorithm::location::point_2_polygon_2::is_point_2_inside_polygon_2
- algorithm::location::point_2_polygon_2::is_point_2_on_polygon_2
- algorithm::location::point_2_polygon_2::is_point_2_outside_polygon_2
- algorithm::location::point_2_polygon_2::locate_point_2_polygon_2
- algorithm::location::point_2_ray_2::is_point_2_on_ray_2
- algorithm::location::point_2_ray_2::locate_point_2_ray_2
- algorithm::location::point_2_triangle_2::locate_point_2_triangle_2
- algorithm::projection::point_2_line_segment_2::point_2_project_line_segment_2
- algorithm::triangulation::earcut_2::earcut_2