mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Replaced coincides_with(const Line &line) with operator==
This commit is contained in:
parent
9e7634b6e8
commit
ab60d8adb4
6 changed files with 5 additions and 4 deletions
|
@ -269,7 +269,6 @@ public:
|
|||
typedef coordf_t coord_type;
|
||||
|
||||
explicit Pointf3() { (*this)(0) = (*this)(1) = (*this)(2) = 0.; }
|
||||
// explicit Pointf3(coord_t x, coord_t y, coord_t z) { (*this)(0) = x; (*this)(1) = y; (*this)(2) = z; }
|
||||
explicit Pointf3(coordf_t x, coordf_t y, coordf_t z) { (*this)(0) = x; (*this)(1) = y; (*this)(2) = z; }
|
||||
// This constructor allows you to construct Pointf from Eigen expressions
|
||||
template<typename OtherDerived>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue