Project Geode-Simplex
class PropagateAlongPlane
cpp
Inherits from SurfacePathFinder<3>Inherits from SurfacePathFinder<3>Functions
PropagateAlongPlane
cpp
public void PropagateAlongPlane(const FrontalRemesher3D & remesher, const Plane & plane)public void PropagateAlongPlane(const FrontalRemesher3D & remesher, const Plane & plane)along_plane
cpp
public optional along_plane(const std::vector<OrientedPolygonEdge> & initial_edges, double target)public optional along_plane(const std::vector<OrientedPolygonEdge> & initial_edges, double target)find_first_path
cpp
protected vector find_first_path(const std::vector<OrientedPolygonEdge> & initial_edges)protected vector find_first_path(const std::vector<OrientedPolygonEdge> & initial_edges)stop_propagation
cpp
protected bool stop_propagation(const SurfacePath & path, const Point3D & point, double target)protected bool stop_propagation(const SurfacePath & path, const Point3D & point, double target)next_intersection
cpp
protected SurfacePath next_intersection(const PolygonEdge & adjacent_edge)protected SurfacePath next_intersection(const PolygonEdge & adjacent_edge)oriented_edge_segment
cpp
protected Segment oriented_edge_segment(const OrientedPolygonEdge & edge)protected Segment oriented_edge_segment(const OrientedPolygonEdge & edge)