#include <src/libslic3r/SLA/SupportPoint.hpp>
◆ SupportPoint() [1/4]
| Slic3r::sla::SupportPoint::SupportPoint |
( |
| ) |
|
|
inline |
28 {}
Vec3f pos
Definition SupportPoint.hpp:22
float head_front_radius
Definition SupportPoint.hpp:23
bool is_new_island
Definition SupportPoint.hpp:24
◆ SupportPoint() [2/4]
| Slic3r::sla::SupportPoint::SupportPoint |
( |
float |
pos_x, |
|
|
float |
pos_y, |
|
|
float |
pos_z, |
|
|
float |
head_radius, |
|
|
bool |
new_island = false |
|
) |
| |
|
inline |
35 :
pos(pos_x, pos_y, pos_z)
38 {}
◆ SupportPoint() [3/4]
| Slic3r::sla::SupportPoint::SupportPoint |
( |
Vec3f |
position, |
|
|
float |
head_radius, |
|
|
bool |
new_island = false |
|
) |
| |
|
inline |
◆ SupportPoint() [4/4]
50 {}
constexpr auto data(C &c) -> decltype(c.data())
Definition span.hpp:195
◆ operator!=()
59{ return !(sp == (*this)); }
◆ operator==()
◆ serialize()
template<class Archive >
| void Slic3r::sla::SupportPoint::serialize |
( |
Archive & |
ar | ) |
|
|
inline |
◆ head_front_radius
| float Slic3r::sla::SupportPoint::head_front_radius |
◆ is_new_island
| bool Slic3r::sla::SupportPoint::is_new_island |
◆ pos
| Vec3f Slic3r::sla::SupportPoint::pos |
The documentation for this struct was generated from the following file: