Type Alias grafix_toolbox::math::mat3x4

source ·
pub type mat3x4<T> = (vec4<T>, vec4<T>, vec4<T>);

Trait Implementations§

source§

impl Cast<Matrix<f16, Const<4>, Const<3>, ArrayStorage<f16, 4, 3>>> for mat3x4<f16>

source§

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

source§

impl Cast<Matrix<f32, Const<4>, Const<3>, ArrayStorage<f32, 4, 3>>> for mat3x4<f32>

source§

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

source§

impl Cast<Matrix<f64, Const<4>, Const<3>, ArrayStorage<f64, 4, 3>>> for mat3x4<f64>

source§

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

source§

impl Cast<Matrix<i128, Const<4>, Const<3>, ArrayStorage<i128, 4, 3>>> for mat3x4<i128>

source§

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

source§

impl Cast<Matrix<i16, Const<4>, Const<3>, ArrayStorage<i16, 4, 3>>> for mat3x4<i16>

source§

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

source§

impl Cast<Matrix<i32, Const<4>, Const<3>, ArrayStorage<i32, 4, 3>>> for mat3x4<i32>

source§

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

source§

impl Cast<Matrix<i64, Const<4>, Const<3>, ArrayStorage<i64, 4, 3>>> for mat3x4<i64>

source§

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

source§

impl Cast<Matrix<i8, Const<4>, Const<3>, ArrayStorage<i8, 4, 3>>> for mat3x4<i8>

source§

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

source§

impl Cast<Matrix<u128, Const<4>, Const<3>, ArrayStorage<u128, 4, 3>>> for mat3x4<u128>

source§

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

source§

impl Cast<Matrix<u16, Const<4>, Const<3>, ArrayStorage<u16, 4, 3>>> for mat3x4<u16>

source§

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

source§

impl Cast<Matrix<u32, Const<4>, Const<3>, ArrayStorage<u32, 4, 3>>> for mat3x4<u32>

source§

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

source§

impl Cast<Matrix<u64, Const<4>, Const<3>, ArrayStorage<u64, 4, 3>>> for mat3x4<u64>

source§

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

source§

impl Cast<Matrix<u8, Const<4>, Const<3>, ArrayStorage<u8, 4, 3>>> for mat3x4<u8>

source§

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