comments on direction snapping

This commit is contained in:
spatialfree 2020-06-08 20:10:17 -07:00
parent 7c6286c1af
commit 85b040bdfe

View file

@ -32,6 +32,9 @@ public class ToolNewVector
{
if (length > 0)
{
// how to switch between edge snap and direction snap
// can you have them both happening at the same time?
// is it a priority based system?
cursorPos = StaticMethods.EdgeSnap(
pixelgon.vectors[i - 1],
pixelgon.vectors[i],