pub struct RawSpace {
pub pos_scale: [f32; 4],
pub rot: [f32; 4],
}Fields§
§pos_scale: [f32; 4]§rot: [f32; 4]Implementations§
Source§impl RawSpace
impl RawSpace
pub fn inverse_matrix(&self) -> ColumnMatrix4<f32>
Auto Trait Implementations§
impl Freeze for RawSpace
impl RefUnwindSafe for RawSpace
impl Send for RawSpace
impl Sync for RawSpace
impl Unpin for RawSpace
impl UnwindSafe for RawSpace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more