[−][src]Trait vector2math::Abs
Trait for retrieving an absolute value of a number
Required methods
fn abs(self) -> Self
Get the absolute value of the number
Trait for retrieving an absolute value of a number
fn abs(self) -> SelfGet the absolute value of the number
impl Abs for u8[src]impl Abs for u16[src]impl Abs for u32[src]impl Abs for u64[src]impl Abs for u128[src]impl Abs for usize[src]impl Abs for i8[src]impl Abs for i16[src]impl Abs for i32[src]impl Abs for i64[src]impl Abs for i128[src]impl Abs for isize[src]impl Abs for f32[src]impl Abs for f64[src]