Struct nalgebra::Identity
[−]
[src]
pub struct Identity;
Special identity matrix. All its operation are no-ops.
pub struct Identity;
Special identity matrix. All its operation are no-ops.
impl Identity
impl Copy for Identity
impl Debug for Identity
impl Clone for Identity
fn clone(&self) -> Identity
fn clone_from(&mut self, source: &Self)
impl Decodable for Identity
impl Encodable for Identity
impl PartialEq for Identity
impl Eq for Identity