Struct nalgebra::Identity [] [src]

pub struct Identity;

Special identity matrix. All its operation are no-ops.

Methods

impl Identity

fn new() -> Identity

Creates a new identity matrix.

Trait Implementations

Derived Implementations

impl Copy for Identity

impl Debug for Identity

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Identity

fn clone(&self) -> Identity

fn clone_from(&mut self, source: &Self)

impl Decodable for Identity

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Identity, __D::Error>

impl Encodable for Identity

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl PartialEq for Identity

fn eq(&self, __arg_0: &Identity) -> bool

fn ne(&self, __arg_0: &Identity) -> bool

impl Eq for Identity