Expand description
This library is an internal component of all-is-cubes,
which defines some core mathematical types and functions.
Do not depend on this library; use only all-is-cubes instead.
Modules§
- math
- Do not use this module directly; its contents are re-exported from
all-is-cubes. Mathematical utilities and decisions. - raycast
- Do not use this module directly; its contents are re-exported from
all-is-cubes. - resolution
- Do not use this module directly; its contents are re-exported from
all-is-cubes. - time
- Do not use this module directly; its contents are re-exported from
all-is-cubes. - util
- Do not use this module directly; its contents are re-exported from
all-is-cubes. Tools that we could imagine being in the Rust standard library, but aren’t.
Macros§
- rgb01
- Allows writing a constant
Rgb01color value, provided that its components are float literals. - rgb_
const - Allows writing a constant
Rgbcolor value, provided that its components are float literals. - rgba_
const - Allows writing a constant
Rgbacolor value, provided that its components are float literals.