Struct plane_split::LineProjection
source · Expand description
The projection of a Polygon
on a line.
Fields
markers: [f64; 4]
Projected value of each point in the polygon.
Implementations
sourceimpl LineProjection
impl LineProjection
Auto Trait Implementations
impl RefUnwindSafe for LineProjection
impl Send for LineProjection
impl Sync for LineProjection
impl Unpin for LineProjection
impl UnwindSafe for LineProjection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more