added comment about signage for direction

This commit is contained in:
2026-06-09 18:31:32 -05:00
parent b5cfb228f7
commit 44f9e6fed8
+1
View File
@@ -8,6 +8,7 @@ use crate::core::{
}; };
///A simple enum for Counterclockwise or Clockwise direction semantics. Makes it easier much clear than a true/false bool ///A simple enum for Counterclockwise or Clockwise direction semantics. Makes it easier much clear than a true/false bool
/// IF you use this to convert to a signed number note that CW is negative and CCW is positive
#[derive(Clone, Copy, PartialEq, Eq, Debug, Serialize, Deserialize)] #[derive(Clone, Copy, PartialEq, Eq, Debug, Serialize, Deserialize)]
pub enum Direction { pub enum Direction {
///CounterClockWise ///CounterClockWise