Skip to main content

Mat3Impl

Type Alias Mat3Impl 

Source
pub type Mat3Impl = Mat3;

Aliased Type§

#[repr(C)]
pub struct Mat3Impl { pub x_axis: Vec3, pub y_axis: Vec3, pub z_axis: Vec3, }

Fields§

§x_axis: Vec3§y_axis: Vec3§z_axis: Vec3

Trait Implementations§

Source§

impl TryFrom<&Data> for Mat3Impl

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: &Data) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<Data> for Mat3Impl

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: Data) -> Result<Self, Self::Error>

Performs the conversion.