NegUpExt

Trait NegUpExt 

Source
pub trait NegUpExt {
    const UP: Self;
}
Expand description

UP constant where down is positive.

Required Associated Constants§

Source

const UP: Self

Points up (down is positive).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T: ScalarNegOne> NegUpExt for T

Source§

const UP: Self = Self::NEG_ONE

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegUpExt for Vector<2, T, A>

Source§

const UP: Self = Self::NEG_Y

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegUpExt for Vector<3, T, A>

Source§

const UP: Self = Self::NEG_Y

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegUpExt for Vector<4, T, A>

Source§

const UP: Self = Self::NEG_Y