Struct e2rcore::implement::math::mat::Mat3x1 [] [src]

pub struct Mat3x1<T> where
    T: Copy + Clone
{ pub _val: [T; 3], }

Fields

Methods

impl Mat3x1<f32>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Mat3x1<f64>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Mat3x1<T> where
    T: Copy + Clone
[src]

[src]

Formats the value using the given formatter.

impl<T: Copy> Copy for Mat3x1<T> where
    T: Copy + Clone
[src]

impl<T: Clone> Clone for Mat3x1<T> where
    T: Copy + Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Index<u32> for Mat3x1<T> where
    T: Copy + Clone
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T> IndexMut<u32> for Mat3x1<T> where
    T: Copy + Clone
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl Default for Mat3x1<f32>
[src]

[src]

Returns the "default value" for a type. Read more

impl IComparableError<f32> for Mat3x1<f32>
[src]

[src]

impl Default for Mat3x1<f64>
[src]

[src]

Returns the "default value" for a type. Read more

impl IComparableError<f64> for Mat3x1<f64>
[src]

[src]