Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ed08feb7
Commit
ed08feb7
authored
Sep 12, 2018
by
Slobodan Mišković
Committed by
antirez
Sep 14, 2018
Browse files
Fix spelling descrive -> describe
parent
2ffb4413
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lolwut.c
View file @
ed08feb7
...
@@ -138,7 +138,7 @@ void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) {
...
@@ -138,7 +138,7 @@ void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) {
* points of the square. In order to rotate the square, we just start with
* points of the square. In order to rotate the square, we just start with
* k = PI/4 + rotation_angle, and we are done.
* k = PI/4 + rotation_angle, and we are done.
*
*
* Of course the vanilla equations above will descri
v
e the square inside a
* Of course the vanilla equations above will descri
b
e the square inside a
* circle of radius 1, so in order to draw larger squares we'll have to
* circle of radius 1, so in order to draw larger squares we'll have to
* multiply the obtained coordinates, and then translate them. However this
* multiply the obtained coordinates, and then translate them. However this
* is much simpler than implementing the abstract concept of 2D shape and then
* is much simpler than implementing the abstract concept of 2D shape and then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment