commit c3d084b48b93924d624a0355906f5f190ea6b77f (tree)
parent ed087e7d86d1222e1e3320a61d8ae6e2097a27ce
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Thu, 2 Jan 2020 00:58:46 +0200
grid
Diffstat:
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/Karto/README-why.md b/Karto/README-why.md
@@ -1,5 +0,0 @@
-- cannot measure an angle between xline and polyline. "xline is not a line".
-- inserting a block takes up 2 layers: the one that the block was created in,
- and where it was inserted.
-- imagine adding 11 donuts. made 1 mistake, want to try again. Undo doesn't
- work. If escaped from donut insertion mode, undo will remove all donuts.
diff --git a/Karto/assignment5/KTZ004_2019_05_brez.dwg b/Karto/assignment5/KTZ004_2019_05_brez.dwg
Binary files differ.
diff --git a/Karto/assignment5/measure.py b/Karto/assignment5/measure.py
@@ -4,6 +4,15 @@ import numpy as np
from scipy.spatial.distance import euclidean
# ilgiausios B sklypo krastines kampas: -4.7727°
+# A plotas: 11123.890
+# B plotas: 11123.904
+# egliu: 223
+# obelu: 234
+# Visas plotas: 24575.084
+# Vidinis (A) plotas: 12650.019
+# Vidinis (ne A) plotas: 11925.065
+# 134 trikampiai
+# 67 daugiakampiai
A = -7.756
B = 4.686