Vec2
Fully qualified path: cubit::f64::types::vec2::Vec2
#[derive(Copy, Drop, Serde, starknet::Store)]
struct Vec2 {
x: Fixed,
y: Fixed,
}
Members
x
Fully qualified path: cubit::f64::types::vec2::Vec2::x
x: Fixed
y
Fully qualified path: cubit::f64::types::vec2::Vec2::y
y: Fixed