Struct hagane_simd::matrix::float2x2 [] [src]

#[repr(C)]
pub struct float2x2(pub float2, pub float2);

Methods

impl float2x2
[src]

Trait Implementations

impl Add for float2x2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for float2x2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for float2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<float2> for float2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f32> for float2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Dot<float2x2> for float2x2
[src]

impl Dot<float2> for float2x2
[src]

impl Copy for float2x2
[src]

impl Clone for float2x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for float2x2
[src]

Formats the value using the given formatter.