Few small fixes

This commit is contained in:
enricoturri1966
2023-10-26 22:45:42 +08:00
committed by Noisyfox
parent ac001f8816
commit 8dc82e7a8d
5 changed files with 14 additions and 60 deletions

View File

@@ -87,7 +87,6 @@ private:
Transform3d local_transform(const Selection& selection) const;
void transform_to_local(const Selection& selection) const;
// returns the intersection of the mouse ray with the plane perpendicular to the gizmo axis, in local coordinate
Vec3d mouse_position_in_local_plane(const Linef3& mouse_ray, const Selection& selection) const;
};