Struct raylib::ffi::Transform [−][src]
#[repr(C)]pub struct Transform {
pub translation: Vector3,
pub rotation: Vector4,
pub scale: Vector3,
}
Fields
translation: Vector3
rotation: Vector4
scale: Vector3
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Transform
impl UnwindSafe for Transform
Blanket Implementations
Mutably borrows from an owned value. Read more