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