Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Implemented rotate | Jonas Gunz | |
angle is stored seperately, original vectors stay untouched. the resulting vectors are calculated in write() with applyRotation() to avoid growing rounding errors | |||
2019-01-21 | started rotate() | jonas | |
2019-01-15 | fixv0.2 | jonas | |
2019-01-15 | cleanup | jonas | |
2019-01-14 | RTFM!! Error resulted in illegal coordiante pair for drawLine (x2 > x1) | jonas | |
2019-01-12 | changed to cWiremesh, removed inherit, cWiremesh now directly writes to renderer | jonas | |
Things get funky when x > origin.x ?!? |