Struct plane_split::polygon::LineProjection
source · pub struct LineProjection {
pub markers: [f64; 4],
}
Expand description
The projection of a Polygon
on a line.
Fields§
§markers: [f64; 4]
Projected value of each point in the polygon.
Implementations§
Auto Trait Implementations§
impl Freeze for LineProjection
impl RefUnwindSafe for LineProjection
impl Send for LineProjection
impl Sync for LineProjection
impl Unpin for LineProjection
impl UnwindSafe for LineProjection
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