Enum static_math::errors::VectorErrors [−][src]
pub enum VectorErrors { Norm2IsZero, }
Expand description
Errors from Vectors
Variants
the norm cannot be zero
pub enum VectorErrors { Norm2IsZero, }
Errors from Vectors
the norm cannot be zero
impl RefUnwindSafe for VectorErrors
impl Send for VectorErrors
impl Sync for VectorErrors
impl Unpin for VectorErrors
impl UnwindSafe for VectorErrors