![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/SLA/SupportTreeUtils.hpp>
Collaboration diagram for Slic3r::sla::PointRing< N >:Public Member Functions | |
| PointRing (const Vec3d &n) | |
| Vec3d | get (size_t idx, const Vec3d &src, double r) const |
Static Private Member Functions | |
| static bool constexpr | is_one (double val) |
Private Attributes | |
| std::array< double, N - 1 > | m_phis |
| Vec3d | a = {0, 1, 0} |
| Vec3d | b |
| double | m_radius = 0. |
|
inline |
References Slic3r::sla::PointRing< N >::a, Slic3r::sla::PointRing< N >::b, Slic3r::sla::PointRing< N >::is_one(), Slic3r::X, Slic3r::Y, and Slic3r::Z.
Here is the call graph for this function:
|
inline |
References Slic3r::sla::PointRing< N >::a, Slic3r::sla::PointRing< N >::b, Slic3r::sla::PointRing< N >::m_phis, Slic3r::X, Slic3r::Y, and Slic3r::Z.
Referenced by Slic3r::sla::pinhead_mesh_hit().
Here is the caller graph for this function:
|
inlinestaticconstexprprivate |
Referenced by Slic3r::sla::PointRing< N >::PointRing().
Here is the caller graph for this function:
|
private |
Referenced by Slic3r::sla::PointRing< N >::PointRing(), and Slic3r::sla::PointRing< N >::get().
|
private |
Referenced by Slic3r::sla::PointRing< N >::PointRing(), and Slic3r::sla::PointRing< N >::get().
|
private |
Referenced by Slic3r::sla::PointRing< N >::get().
|
private |