Draw rotated outlines.

There is a bug for rotation = pi / 2
This commit is contained in:
Fabien Freling 2014-06-19 00:05:49 +02:00
parent 4bf69e8204
commit 8a17f7b8d8
3 changed files with 145 additions and 98 deletions

View file

@ -1,5 +1,5 @@
CXX = clang++
CXXFLAGS = -std=c++11 -W -Wall -Werror -O3
CXXFLAGS = -std=c++11 -W -Wall -O3 #-Werror
BUILD_DIR=/tmp
all: rotation.cpp