aboutsummaryrefslogtreecommitdiff
path: root/src/math/surface.rs
diff options
context:
space:
mode:
authorArne Dußin2020-12-21 01:22:15 +0100
committerArne Dußin2020-12-21 21:15:55 +0100
commitd7e9c3cc46d616c2fcd1a6e9f73adbb79c6570b4 (patch)
treee5633f4d3b18472922c943d759e9f58722ba4405 /src/math/surface.rs
parent48f321a80970ebeb8374072b1d2e0a4d297aa348 (diff)
downloadgraf_karto-d7e9c3cc46d616c2fcd1a6e9f73adbb79c6570b4.tar.gz
graf_karto-d7e9c3cc46d616c2fcd1a6e9f73adbb79c6570b4.zip
Add previously missing docs where appropriate
Diffstat (limited to 'src/math/surface.rs')
-rw-r--r--src/math/surface.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/surface.rs b/src/math/surface.rs
index da265d8..ab1c703 100644
--- a/src/math/surface.rs
+++ b/src/math/surface.rs
@@ -1,3 +1,5 @@
+//! Surfaces, which are areas at a certain position in a vector space.
+
use super::{LineSegment, Polygon, Rect, Vec2};
use nalgebra::Scalar;