comments on direction snapping
This commit is contained in:
parent
7c6286c1af
commit
85b040bdfe
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ public class ToolNewVector
|
||||||
{
|
{
|
||||||
if (length > 0)
|
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(
|
cursorPos = StaticMethods.EdgeSnap(
|
||||||
pixelgon.vectors[i - 1],
|
pixelgon.vectors[i - 1],
|
||||||
pixelgon.vectors[i],
|
pixelgon.vectors[i],
|
||||||
|
|
Loading…
Add table
Reference in a new issue