From 98613eff8f36c397772fef79fd1a21b5535b4e24 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 12 Mar 2023 10:04:09 +0300 Subject: [PATCH] Add README.md Signed-off-by: Ivan Bushchik --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dfc2ed..e825887 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Contents - `matrix` - core lib (just matrix addition and multiplication) -- `matrix_graphics` - using rotation matrix to rotate things ) +- `matrix_graphics` - using rotation matrix to rotate things (polygons by default) ## `matrix_graphics` @@ -32,7 +32,8 @@ const CENTER_Y: u32 = 240; // center of polygon by Y const RADIUS: u32 = 100; // radius of polygon -const DEFAULT_ANGLE: f64 = 0.; //default rotation angle (in radians) +const DEFAULT_ANGLE: f64 = 0.; +//default rotation angle (in radians) ``` ### License