![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Line.hpp>
Collaboration diagram for Slic3r::Line3:Public Types | |
| using | Scalar = Vec3crd::Scalar |
Public Member Functions | |
| Line3 () | |
| Line3 (const Vec3crd &_a, const Vec3crd &_b) | |
| double | length () const |
| Vec3crd | vector () const |
Public Attributes | |
| Vec3crd | a |
| Vec3crd | b |
Static Public Attributes | |
| static const constexpr int | Dim = 3 |
|
inline |
|
inline |
|
inline |
| Vec3crd Slic3r::Line3::a |
Referenced by length(), Slic3r::thick_lines_to_geometry(), and vector().
| Vec3crd Slic3r::Line3::b |
Referenced by length(), Slic3r::thick_lines_to_geometry(), and vector().