Struct hagane_simd::matrix::double3x3 [] [src]

#[repr(C)]
pub struct double3x3(pub double3, pub double3, pub double3);

Methods

impl double3x3
[src]

Trait Implementations

impl Add for double3x3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for double3x3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for double3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<double3> for double3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f64> for double3x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Dot<double3x3> for double3x3
[src]

impl Dot<double3> for double3x3
[src]

impl Copy for double3x3
[src]

impl Clone for double3x3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for double3x3
[src]

Formats the value using the given formatter.