Trait tessellation::CeilAsUSize [] [src]

pub trait CeilAsUSize: Float {
    fn ceil_as_usize(self) -> usize;
}

Required Methods

Implementations on Foreign Types

impl CeilAsUSize for f32
[src]

impl CeilAsUSize for f64
[src]

Implementors