Struct vitasdk_sys::SceIMatrix4
source · #[repr(C)]pub struct SceIMatrix4 {
pub x: SceIVector4,
pub y: SceIVector4,
pub z: SceIVector4,
pub w: SceIVector4,
}Fields§
§x: SceIVector4§y: SceIVector4§z: SceIVector4§w: SceIVector4Trait Implementations§
source§impl Clone for SceIMatrix4
impl Clone for SceIMatrix4
source§fn clone(&self) -> SceIMatrix4
fn clone(&self) -> SceIMatrix4
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more