[][src]Struct hex_grid::HexSize

pub struct HexSize { /* fields omitted */ }

Width/Height of a pointy top hexagon

Methods

impl HexSize[src]

pub fn from_regular_width(width: f32) -> HexSize[src]

Calculate the size of a regular hexagon from the width

pub fn from_regular_height(height: f32) -> HexSize[src]

Calculate the size of a regular hexagon from the height

pub fn new_irregular(width: f32, height: f32) -> HexSize[src]

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

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

Trait Implementations

impl Clone for HexSize[src]

impl Copy for HexSize[src]

impl Debug for HexSize[src]

Auto Trait Implementations

impl Send for HexSize

impl Sync for HexSize

impl Unpin for HexSize

impl UnwindSafe for HexSize

impl RefUnwindSafe for HexSize

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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