Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::SegmentPoint Struct Reference
+ Collaboration diagram for Slic3r::SegmentPoint:

Public Member Functions

bool valid () const
 

Public Attributes

size_t idx_segment = std::numeric_limits<size_t>::max()
 
double t
 
Vec2d point
 

Detailed Description

Member Function Documentation

◆ valid()

bool Slic3r::SegmentPoint::valid ( ) const
inline
537{ return idx_segment != std::numeric_limits<size_t>::max(); }
size_t idx_segment
Definition FillBase.cpp:532

References idx_segment.

Referenced by Slic3r::mark_boundary_segments_touching_infill().

+ Here is the caller graph for this function:

Member Data Documentation

◆ idx_segment

size_t Slic3r::SegmentPoint::idx_segment = std::numeric_limits<size_t>::max()

◆ point

◆ t


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