Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Vec2

Fully qualified path: cubit::f128::types::vec2::Vec2

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

Members

x

Fully qualified path: cubit::f128::types::vec2::Vec2::x

x: Fixed

y

Fully qualified path: cubit::f128::types::vec2::Vec2::y

y: Fixed