Module euclid::vector

source ·

Structs

  • A 2d vector of booleans, useful for component-wise logic operations.
  • A 3d vector of booleans, useful for component-wise logic operations.
  • A 2d Vector tagged with a unit.
  • A 3d Vector tagged with a unit.

Functions

  • Shorthand for BoolVector2D { x, y }.
  • Shorthand for BoolVector3D { x, y, z }.
  • Convenience constructor.
  • Convenience constructor.