Draw rotated outlines.
There is a bug for rotation = pi / 2
This commit is contained in:
parent
4bf69e8204
commit
8a17f7b8d8
3 changed files with 145 additions and 98 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue