mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
commit
58f04c15a0
@ -3,6 +3,7 @@ use num_traits::Float;
|
||||
use crate::{Point, Scalar, Vector};
|
||||
|
||||
/// Calculated geometry that is useful when dealing with an arc
|
||||
#[derive(Debug)]
|
||||
pub struct Arc {
|
||||
/// Center of the circle the arc is constructed on
|
||||
pub center: Point<2>,
|
||||
|
Loading…
Reference in New Issue
Block a user