From 495b525694aa5901385f3acad043b4a9f3ebb911 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Dec 2022 19:46:06 +0100 Subject: Naming consistency --- library/src/visualize/line.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/src/visualize') diff --git a/library/src/visualize/line.rs b/library/src/visualize/line.rs index 0875fafc..ef6ce2c3 100644 --- a/library/src/visualize/line.rs +++ b/library/src/visualize/line.rs @@ -4,9 +4,9 @@ use crate::prelude::*; #[derive(Debug, Hash)] pub struct LineNode { /// Where the line starts. - origin: Axes>, + pub origin: Axes>, /// The offset from the `origin` where the line ends. - delta: Axes>, + pub delta: Axes>, } #[node(Layout, Inline)] -- cgit v1.2.3