Type Alias grafix_toolbox::lib::mat4

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

Trait Implementations§

source§

impl Cast<Matrix<f16, Const<4>, Const<4>, ArrayStorage<f16, 4, 4>>> for mat4<f16>

source§

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

source§

impl Cast<Matrix<f32, Const<4>, Const<4>, ArrayStorage<f32, 4, 4>>> for mat4<f32>

source§

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

source§

impl Cast<Matrix<f64, Const<4>, Const<4>, ArrayStorage<f64, 4, 4>>> for mat4<f64>

source§

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

source§

impl Cast<Matrix<i128, Const<4>, Const<4>, ArrayStorage<i128, 4, 4>>> for mat4<i128>

source§

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

source§

impl Cast<Matrix<i16, Const<4>, Const<4>, ArrayStorage<i16, 4, 4>>> for mat4<i16>

source§

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

source§

impl Cast<Matrix<i32, Const<4>, Const<4>, ArrayStorage<i32, 4, 4>>> for mat4<i32>

source§

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

source§

impl Cast<Matrix<i64, Const<4>, Const<4>, ArrayStorage<i64, 4, 4>>> for mat4<i64>

source§

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

source§

impl Cast<Matrix<i8, Const<4>, Const<4>, ArrayStorage<i8, 4, 4>>> for mat4<i8>

source§

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

source§

impl Cast<Matrix<u128, Const<4>, Const<4>, ArrayStorage<u128, 4, 4>>> for mat4<u128>

source§

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

source§

impl Cast<Matrix<u16, Const<4>, Const<4>, ArrayStorage<u16, 4, 4>>> for mat4<u16>

source§

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

source§

impl Cast<Matrix<u32, Const<4>, Const<4>, ArrayStorage<u32, 4, 4>>> for mat4<u32>

source§

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

source§

impl Cast<Matrix<u64, Const<4>, Const<4>, ArrayStorage<u64, 4, 4>>> for mat4<u64>

source§

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

source§

impl Cast<Matrix<u8, Const<4>, Const<4>, ArrayStorage<u8, 4, 4>>> for mat4<u8>

source§

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