Add matrix type dialog part 1
This commit is contained in:
parent
9154823436
commit
baf7dcc52c
2 changed files with 29 additions and 11 deletions
|
|
@ -74,6 +74,7 @@ tri2 :: [3]v2
|
|||
Bezier :: [3]v2
|
||||
|
||||
V2_ONE :: v2{1.0, 1.0}
|
||||
V2_ZERO :: v2{}
|
||||
V2_LEFT :: v2{-1.0, 0.0}
|
||||
V2_RIGHT :: v2{1.0, 0.0}
|
||||
V2_UP :: v2{0.0, -1.0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue