pub type SCNQuaternion = SCNVector4;Available on crate features
SceneKitTypes and objc2-core-foundation only.Expand description
Aliased Type§
#[repr(C)]pub struct SCNQuaternion {
pub x: f64,
pub y: f64,
pub z: f64,
pub w: f64,
}Fields§
§x: f64§y: f64§z: f64§w: f64