mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-31 05:49:12 -07:00
Added a free "cross product" function to Pointf (thinking the Pointf is
really a vector in this case). Made the == operator inline.
This commit is contained in:
@@ -12,12 +12,6 @@ Point::Point(double x, double y)
|
||||
this->y = lrint(y);
|
||||
}
|
||||
|
||||
bool
|
||||
Point::operator==(const Point& rhs) const
|
||||
{
|
||||
return this->coincides_with(rhs);
|
||||
}
|
||||
|
||||
std::string
|
||||
Point::wkt() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user