Struct hagane_simd::matrix::float4x4 [] [src]

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

Methods

impl float4x4
[src]

Trait Implementations

impl Add for float4x4
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for float4x4
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for float4x4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<float4> for float4x4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f32> for float4x4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Dot<float4x4> for float4x4
[src]

impl Dot<float4> for float4x4
[src]

impl Copy for float4x4
[src]

impl Clone for float4x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for float4x4
[src]

Formats the value using the given formatter.