[][src]Trait hektor::free_functions::CanDeterminant

pub trait CanDeterminant {
    fn determinant(self) -> f32;
}

A trait for types that can have a determinant computed.

Required methods

fn determinant(self) -> f32

See determinant for info.

Loading content...

Implementors

impl CanDeterminant for Mat2[src]

impl CanDeterminant for Mat3[src]

impl CanDeterminant for Mat4[src]

Loading content...