[][src]Struct torophy::math::bounding::AxisAlignmentBoundingBox

pub struct AxisAlignmentBoundingBox { /* fields omitted */ }

Implementations

impl AxisAlignmentBoundingBox[src]

pub fn new(position: Vec2, half_size: Vec2) -> AxisAlignmentBoundingBox[src]

pub fn from_bounds(
    left: f32,
    right: f32,
    top: f32,
    bottom: f32
) -> AxisAlignmentBoundingBox
[src]

pub fn left(&self) -> f32[src]

pub fn right(&self) -> f32[src]

pub fn top(&self) -> f32[src]

pub fn bottom(&self) -> f32[src]

pub fn position(&self) -> Vec2[src]

pub fn half_dimension(&self) -> Vec2[src]

pub fn dimension(&self) -> Vec2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.