Struct runa_orbiter::utils::geometry::Rectangle
source · #[repr(C)]pub struct Rectangle<N, Kind: CoordinateSpace> {
pub loc: Point<N, Kind>,
pub size: Extent<N, Kind>,
}
Expand description
A rectangle defined by its top-left corner and dimensions
Operations on rectangles are saturating.
Fields§
§loc: Point<N, Kind>
Location of the top-left corner of the rectangle
size: Extent<N, Kind>
Extent of the rectangle, as (width, height)
Implementations§
source§impl<N, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N, Kind: CoordinateSpace> Rectangle<N, Kind>
source§impl<N: SaturatingMul + Sign + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N: SaturatingMul + Sign + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
source§impl<N: Approx + Sign + Sub<Output = N> + Add<Output = N> + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N: Approx + Sign + Sub<Output = N> + Add<Output = N> + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
source§impl<N: Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N: Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
sourcepub fn from_loc_and_size(loc: Point<N, Kind>, size: Extent<N, Kind>) -> Self
pub fn from_loc_and_size(loc: Point<N, Kind>, size: Extent<N, Kind>) -> Self
Create a new Rectangle
from the coordinates of its top-left corner
and its dimensions
source§impl<N: Sign + Sub<Output = N> + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N: Sign + Sub<Output = N> + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
sourcepub fn from_extemities(
topleft: Point<N, Kind>,
bottomright: Point<N, Kind>
) -> Self
pub fn from_extemities( topleft: Point<N, Kind>, bottomright: Point<N, Kind> ) -> Self
Create a new Rectangle
from the coordinates of its top-left corner
and its bottom-right corner
source§impl<N: Ord + Sign + Sub<Output = N> + Zero + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
impl<N: Ord + Sign + Sub<Output = N> + Zero + Copy, Kind: CoordinateSpace> Rectangle<N, Kind>
sourcepub fn bounding_box(points: impl IntoIterator<Item = Point<N, Kind>>) -> Self
pub fn bounding_box(points: impl IntoIterator<Item = Point<N, Kind>>) -> Self
Compute the bounding box of a given set of points
Trait Implementations§
source§impl<N: Div<Output = N> + Sign + Copy, Kind: CoordinateSpace> Div<Scale<N>> for Rectangle<N, Kind>
impl<N: Div<Output = N> + Sign + Copy, Kind: CoordinateSpace> Div<Scale<N>> for Rectangle<N, Kind>
source§impl<N: Sign + Copy, Kind: CoordinateSpace> Map for Rectangle<N, Kind>
impl<N: Sign + Copy, Kind: CoordinateSpace> Map for Rectangle<N, Kind>
source§fn map<Kind2: CoordinateSpace>(
self,
f: impl FnOnce(Rectangle<N, Kind2>) -> Rectangle<N, Kind2>
) -> Rectangle<N, Kind2>
fn map<Kind2: CoordinateSpace>( self, f: impl FnOnce(Rectangle<N, Kind2>) -> Rectangle<N, Kind2> ) -> Rectangle<N, Kind2>
Convert this physical rectangle to logical coordinate space according to given scale factor
§type Output<Kind2>
where
Kind2: CoordinateSpace = Rectangle<N, Kind2>
type Output<Kind2> where Kind2: CoordinateSpace = Rectangle<N, Kind2>
The output type with the new coordinate space.
source§impl<N: PartialEq, Kind: PartialEq + CoordinateSpace> PartialEq<Rectangle<N, Kind>> for Rectangle<N, Kind>
impl<N: PartialEq, Kind: PartialEq + CoordinateSpace> PartialEq<Rectangle<N, Kind>> for Rectangle<N, Kind>
impl<N: Copy, Kind: Copy + CoordinateSpace> Copy for Rectangle<N, Kind>
impl<N: Eq, Kind: Eq + CoordinateSpace> Eq for Rectangle<N, Kind>
impl<N, Kind: CoordinateSpace> StructuralEq for Rectangle<N, Kind>
impl<N, Kind: CoordinateSpace> StructuralPartialEq for Rectangle<N, Kind>
Auto Trait Implementations§
impl<N, Kind> RefUnwindSafe for Rectangle<N, Kind>where Kind: RefUnwindSafe, N: RefUnwindSafe,
impl<N, Kind> Send for Rectangle<N, Kind>where Kind: Send, N: Send,
impl<N, Kind> Sync for Rectangle<N, Kind>where Kind: Sync, N: Sync,
impl<N, Kind> Unpin for Rectangle<N, Kind>where Kind: Unpin, N: Unpin,
impl<N, Kind> UnwindSafe for Rectangle<N, Kind>where Kind: UnwindSafe, N: UnwindSafe,
Blanket Implementations§
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere Dst: LosslessTryFrom<Src>,
source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere Dst: LossyFrom<Src>,
source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.