pub struct ArcSegment2<T: NumberType> { /* private fields */ }Implementations§
Source§impl<T: NumberType> ArcSegment2<T>
impl<T: NumberType> ArcSegment2<T>
pub fn new( support: CircleSegment2<T>, source_radian: T, target_radian: T, ) -> Self
pub fn is_top(&self) -> bool
pub fn monotone(&self) -> Vec<ArcSegment2<T>>
Trait Implementations§
Source§impl<T: Clone + NumberType> Clone for ArcSegment2<T>
impl<T: Clone + NumberType> Clone for ArcSegment2<T>
Source§fn clone(&self) -> ArcSegment2<T>
fn clone(&self) -> ArcSegment2<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: Debug + NumberType> Debug for ArcSegment2<T>
impl<T: Debug + NumberType> Debug for ArcSegment2<T>
Source§impl<T: NumberType> PartialEq for ArcSegment2<T>
impl<T: NumberType> PartialEq for ArcSegment2<T>
Source§impl<T: NumberType> Segment2<T> for ArcSegment2<T>
impl<T: NumberType> Segment2<T> for ArcSegment2<T>
impl<T: Copy + NumberType> Copy for ArcSegment2<T>
Auto Trait Implementations§
impl<T> Freeze for ArcSegment2<T>where
T: Freeze,
impl<T> RefUnwindSafe for ArcSegment2<T>where
T: RefUnwindSafe,
impl<T> Send for ArcSegment2<T>where
T: Send,
impl<T> Sync for ArcSegment2<T>where
T: Sync,
impl<T> Unpin for ArcSegment2<T>where
T: Unpin,
impl<T> UnwindSafe for ArcSegment2<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more