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