mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Some inlining optimizations.
This commit is contained in:
parent
c443f49da3
commit
068f71847e
4 changed files with 3 additions and 14 deletions
|
@ -78,12 +78,6 @@ Point::rotate(double angle, const Point ¢er)
|
|||
this->y = (coord_t)round( (double)center.y + c * dy + s * dx );
|
||||
}
|
||||
|
||||
bool
|
||||
Point::coincides_with(const Point &point) const
|
||||
{
|
||||
return this->x == point.x && this->y == point.y;
|
||||
}
|
||||
|
||||
bool
|
||||
Point::coincides_with_epsilon(const Point &point) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue