summaryrefslogtreecommitdiff
path: root/library/src/visualize/line.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-19 01:16:35 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-19 01:16:35 +0100
commitb4b022940b908d8fe490b9f4f68bc60dcfb76cd2 (patch)
treebc93a2f51295f97f971466ab87bdd763c0ed6002 /library/src/visualize/line.rs
parentba384e5bb6c2455eb431f6e1fcc8b98aca1e9879 (diff)
Syntax and example sections
Diffstat (limited to 'library/src/visualize/line.rs')
-rw-r--r--library/src/visualize/line.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/src/visualize/line.rs b/library/src/visualize/line.rs
index 5c8c9644..6c60ef4e 100644
--- a/library/src/visualize/line.rs
+++ b/library/src/visualize/line.rs
@@ -7,10 +7,13 @@ use crate::prelude::*;
/// # Parameters
/// - origin: Axes<Rel<Length>> (named)
/// The start point of the line.
+///
/// - to: Axes<Rel<Length>> (named)
/// The end point of the line.
+///
/// - length: Rel<Length> (named)
/// The line's length.
+///
/// - angle: Angle (named)
/// The angle at which the line points away from the origin.
///