Module kittycad_modeling_cmds::length_unit

source ·
Expand description

A length unit is a type that converts a length value from one unit to another. In the case of the engine we will always convert to millimeters, since that is what the engine uses.

Structs§

  • A length unit is wrapper around an f64 that represents a length in some unit.