Type Alias mat4x2

Source
pub type mat4x2<T> = (vec2<T>, vec2<T>, vec2<T>, vec2<T>);

Trait Implementations§

Source§

impl Cast<Matrix<f16, Const<2>, Const<4>, ArrayStorage<f16, 2, 4>>> for mat4x2<f16>

Source§

fn to(v: Matrix2x4<f16>) -> Self

Source§

impl Cast<Matrix<f32, Const<2>, Const<4>, ArrayStorage<f32, 2, 4>>> for mat4x2<f32>

Source§

fn to(v: Matrix2x4<f32>) -> Self

Source§

impl Cast<Matrix<f64, Const<2>, Const<4>, ArrayStorage<f64, 2, 4>>> for mat4x2<f64>

Source§

fn to(v: Matrix2x4<f64>) -> Self

Source§

impl Cast<Matrix<i128, Const<2>, Const<4>, ArrayStorage<i128, 2, 4>>> for mat4x2<i128>

Source§

fn to(v: Matrix2x4<i128>) -> Self

Source§

impl Cast<Matrix<i16, Const<2>, Const<4>, ArrayStorage<i16, 2, 4>>> for mat4x2<i16>

Source§

fn to(v: Matrix2x4<i16>) -> Self

Source§

impl Cast<Matrix<i32, Const<2>, Const<4>, ArrayStorage<i32, 2, 4>>> for mat4x2<i32>

Source§

fn to(v: Matrix2x4<i32>) -> Self

Source§

impl Cast<Matrix<i64, Const<2>, Const<4>, ArrayStorage<i64, 2, 4>>> for mat4x2<i64>

Source§

fn to(v: Matrix2x4<i64>) -> Self

Source§

impl Cast<Matrix<i8, Const<2>, Const<4>, ArrayStorage<i8, 2, 4>>> for mat4x2<i8>

Source§

fn to(v: Matrix2x4<i8>) -> Self

Source§

impl Cast<Matrix<u128, Const<2>, Const<4>, ArrayStorage<u128, 2, 4>>> for mat4x2<u128>

Source§

fn to(v: Matrix2x4<u128>) -> Self

Source§

impl Cast<Matrix<u16, Const<2>, Const<4>, ArrayStorage<u16, 2, 4>>> for mat4x2<u16>

Source§

fn to(v: Matrix2x4<u16>) -> Self

Source§

impl Cast<Matrix<u32, Const<2>, Const<4>, ArrayStorage<u32, 2, 4>>> for mat4x2<u32>

Source§

fn to(v: Matrix2x4<u32>) -> Self

Source§

impl Cast<Matrix<u64, Const<2>, Const<4>, ArrayStorage<u64, 2, 4>>> for mat4x2<u64>

Source§

fn to(v: Matrix2x4<u64>) -> Self

Source§

impl Cast<Matrix<u8, Const<2>, Const<4>, ArrayStorage<u8, 2, 4>>> for mat4x2<u8>

Source§

fn to(v: Matrix2x4<u8>) -> Self