Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Vec3

Fully qualified path: cubit::f128::types::vec3::Vec3

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

Members

x

Fully qualified path: cubit::f128::types::vec3::Vec3::x

x: Fixed

y

Fully qualified path: cubit::f128::types::vec3::Vec3::y

y: Fixed

z

Fully qualified path: cubit::f128::types::vec3::Vec3::z

z: Fixed