Struct hagane_simd::matrix::float2x4 [] [src]

#[repr(C)]
pub struct float2x4(pub float4, pub float4);

Methods

impl float2x4
[src]

Trait Implementations

impl Add for float2x4
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for float2x4
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f32> for float2x4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Copy for float2x4
[src]

impl Clone for float2x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for float2x4
[src]

Formats the value using the given formatter.