[−][src]Struct myelin_engine::prelude::Point
A point in space
Fields
x: f64The x coordinate of the Point
y: f64The y coordinate of the Point
Trait Implementations
impl PartialOrd<Point> for Point[src]
fn partial_cmp(&self, other: &Point) -> Option<Ordering>[src]
fn lt(&self, other: &Point) -> bool[src]
fn le(&self, other: &Point) -> bool[src]
fn gt(&self, other: &Point) -> bool[src]
fn ge(&self, other: &Point) -> bool[src]
impl Serialize for Point[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl Add<Point> for Point[src]
type Output = Point
The resulting type after applying the + operator.
fn add(
self,
other: <Point as Add<Point>>::Output
) -> <Point as Add<Point>>::Output[src]
self,
other: <Point as Add<Point>>::Output
) -> <Point as Add<Point>>::Output
impl Sub<Point> for Point[src]
type Output = Point
The resulting type after applying the - operator.
fn sub(
self,
other: <Point as Sub<Point>>::Output
) -> <Point as Sub<Point>>::Output[src]
self,
other: <Point as Sub<Point>>::Output
) -> <Point as Sub<Point>>::Output
impl Debug for Point[src]
impl Default for Point[src]
impl<'de> Deserialize<'de> for Point[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Point, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Point, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Clone for Point[src]
fn clone(&self) -> Point[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Point[src]
impl PartialEq<Point> for Point[src]
impl From<Point> for Vector[src]
impl From<(f64, f64)> for Point[src]
impl From<Vector> for Point[src]
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Scalar for T where
T: Copy + PartialEq<T> + Any + Debug, [src]
T: Copy + PartialEq<T> + Any + Debug,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>[src]
fn is_in_subset(&self) -> bool[src]
unsafe fn to_subset_unchecked(&self) -> SS[src]
fn from_subset(element: &SS) -> SP[src]
impl<T> Downcast for T where
T: Any,
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>
fn as_any(&self) -> &(dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
impl<T> UserData for T where
T: Send + Sync + Clone + Any, [src]
T: Send + Sync + Clone + Any,
fn clone_boxed(&self) -> Box<dyn UserData + 'static>[src]
fn to_any(&self) -> Box<dyn Any + 'static + Sync + Send>[src]
fn as_any(&self) -> &(dyn Any + 'static + Sync + Send)[src]
impl<M> Measure for M where
M: Debug + PartialOrd<M> + Add<M, Output = M> + Default + Clone, [src]
M: Debug + PartialOrd<M> + Add<M, Output = M> + Default + Clone,