Struct vitasdk_sys::SceFMatrix4
source · #[repr(C)]pub struct SceFMatrix4 {
pub x: SceFVector4,
pub y: SceFVector4,
pub z: SceFVector4,
pub w: SceFVector4,
}Fields§
§x: SceFVector4§y: SceFVector4§z: SceFVector4§w: SceFVector4Trait Implementations§
source§impl Clone for SceFMatrix4
impl Clone for SceFMatrix4
source§fn clone(&self) -> SceFMatrix4
fn clone(&self) -> SceFMatrix4
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