Struct hagane_simd::matrix::float3x3 [] [src]

#[repr(C)]
pub struct float3x3(pub float3, pub float3, pub float3);

Methods

impl float3x3
[src]

Trait Implementations

impl Add for float3x3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for float3x3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for float3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<float3> for float3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f32> for float3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Dot<float3x3> for float3x3
[src]

impl Dot<float3> for float3x3
[src]

impl Copy for float3x3
[src]

impl Clone for float3x3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for float3x3
[src]

Formats the value using the given formatter.