Struct delaunator::Point
source · pub struct Point {
pub x: f64,
pub y: f64,
}
Expand description
Represents a 2D point in the input vector.
Fields§
§x: f64
§y: f64
Trait Implementations§
source§impl PartialEq for Point
impl PartialEq for Point
impl StructuralPartialEq for Point
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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