Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Vec4

Fully qualified path: cubit::f128::types::vec4::Vec4

#[derive(Copy, Drop, Serde, starknet::Store)]
struct Vec4 {
    x: Fixed,
    y: Fixed,
    z: Fixed,
    w: Fixed,
}

Members

x

Fully qualified path: cubit::f128::types::vec4::Vec4::x

x: Fixed

y

Fully qualified path: cubit::f128::types::vec4::Vec4::y

y: Fixed

z

Fully qualified path: cubit::f128::types::vec4::Vec4::z

z: Fixed

w

Fully qualified path: cubit::f128::types::vec4::Vec4::w

w: Fixed