tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

Sensible Vector Operators #13

Closed distransient closed 9 years ago

distransient commented 9 years ago

As it stands, the infix operator tokens +, -, *, /, ^, and their unicode equivalents take two arguments, one on each side. However, we need a way to be able to do vector math.

Needed: