pub struct LineSoS<'a, T, const N: usize = 2> { /* private fields */ }
Trait Implementations§
Source§impl<'a, T, const N: usize> From<HalfLineSoS<'a, T, N>> for LineSoS<'a, T, N>
impl<'a, T, const N: usize> From<HalfLineSoS<'a, T, N>> for LineSoS<'a, T, N>
Source§fn from(ray: HalfLineSoS<'a, T, N>) -> LineSoS<'a, T, N>
fn from(ray: HalfLineSoS<'a, T, N>) -> LineSoS<'a, T, N>
Converts to this type from the input type.
Source§impl<'a, T, const N: usize> From<LineSoS<'a, T, N>> for HalfLineSoS<'a, T, N>
impl<'a, T, const N: usize> From<LineSoS<'a, T, N>> for HalfLineSoS<'a, T, N>
Source§fn from(sos: LineSoS<'a, T, N>) -> HalfLineSoS<'a, T, N>
fn from(sos: LineSoS<'a, T, N>) -> HalfLineSoS<'a, T, N>
Converts to this type from the input type.
Source§impl<T> Intersects<DirectedEdge<'_, T>> for &LineSoS<'_, T>where
T: PolygonScalar,
impl<T> Intersects<DirectedEdge<'_, T>> for &LineSoS<'_, T>where
T: PolygonScalar,
type Result = ILineLineSegmentSoS
fn intersect(self, other: DirectedEdge<'_, T>) -> Option<Self::Result>
Source§impl<T> Intersects<LineSegmentView<'_, T>> for &LineSoS<'_, T>where
T: PolygonScalar,
impl<T> Intersects<LineSegmentView<'_, T>> for &LineSoS<'_, T>where
T: PolygonScalar,
type Result = ILineLineSegmentSoS
fn intersect(self, other: LineSegmentView<'_, T>) -> Option<Self::Result>
Auto Trait Implementations§
impl<'a, T, const N: usize> Freeze for LineSoS<'a, T, N>
impl<'a, T, const N: usize> RefUnwindSafe for LineSoS<'a, T, N>where
T: RefUnwindSafe,
impl<'a, T, const N: usize> Send for LineSoS<'a, T, N>where
T: Sync,
impl<'a, T, const N: usize> Sync for LineSoS<'a, T, N>where
T: Sync,
impl<'a, T, const N: usize> Unpin for LineSoS<'a, T, N>
impl<'a, T, const N: usize> UnwindSafe for LineSoS<'a, T, N>where
T: RefUnwindSafe,
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