--User changes

-Add new variations: rays1, rays2, rays3.
This commit is contained in:
Person
2017-12-17 20:44:40 -08:00
parent 244d2f5dc2
commit 6d38e57b38
4 changed files with 164 additions and 0 deletions

View File

@ -68,6 +68,9 @@ VariationList<T>::VariationList()
ADDPREPOSTREGVAR(Tangent)
ADDPREPOSTREGVAR(Square)
ADDPREPOSTREGVAR(Rays)
ADDPREPOSTREGVAR(Rays1)
ADDPREPOSTREGVAR(Rays2)
ADDPREPOSTREGVAR(Rays3)
ADDPREPOSTREGVAR(Blade)
ADDPREPOSTREGVAR(Secant2)
ADDPREPOSTREGVAR(TwinTrian)