1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Eradicated most of Pointf extras compared to pure Eigen::Vector2d.

This commit is contained in:
bubnikv
2018-08-21 20:34:45 +02:00
parent cb138a20b8
commit cae0806112
21 changed files with 68 additions and 103 deletions
+1
View File
@@ -396,6 +396,7 @@ GLGizmoScale::GLGizmoScale()
: GLGizmoBase()
, m_scale(1.0f)
, m_starting_scale(1.0f)
, m_starting_drag_position(Vec2d::Zero())
{
}