Home
last modified time | relevance | path

Searched defs:SupportPoint (Results 1 – 2 of 2) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportPoint.hpp16 struct SupportPoint struct
18 Vec3f pos;
19 float head_front_radius;
20 bool is_new_island;
22 SupportPoint() in SupportPoint() argument
26 SupportPoint(float pos_x, in SupportPoint() function
36 SupportPoint(Vec3f position, float head_radius, bool new_island = false) in SupportPoint() function
42 SupportPoint(Eigen::Matrix<float, 5, 1, Eigen::DontAlign> data) in SupportPoint() function
48 bool operator==(const SupportPoint &sp) const in operator ==()
55 bool operator!=(const SupportPoint &sp) const { return !(sp == (*this)); } in operator !=()
[all …]
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpCollision.c80 struct SupportPoint { struct
86 static inline struct SupportPoint argument