Module speedy2d::dimen

source ·
Expand description

Types representing sizes and positions.

Structs§

  • A vector containing two numeric values. This may represent a size or position.

Type Aliases§

  • A vector with two i32 values.
  • A vector with two u32 values.
  • A vector with two f32 values.