13 releases
0.4.3 | Dec 15, 2024 |
---|---|
0.4.1 | Aug 4, 2024 |
0.4.0 | May 19, 2024 |
0.3.5 | Mar 3, 2024 |
0.3.3 | Nov 29, 2023 |
#464 in Math
626 downloads per month
Used in 19 crates
(9 directly)
415KB
10K
SLoC
IROX-Units
The little Units Library that could
Module Structure:
bounds
- Bounding Boxes and Range Checksshapes
- Ways to define and describe shapescircular
-CircularAspect
enum andCircularDimension
struct, describes a circle by radius or diameter with appropriate length units.elliptical
-Ellipse
struct, describes an ellipse using twoCircularDimension
axes and an optionalCompassDirection
orientation of the first axis
units
- Physical Quantitiesangle
- Angle Types,Angle
,AngleUnits
forDegrees
andRadians
compass
- Compass Types,Compass
, and the absolute types:Heading
,Track
,Bearing
,Course
,Azimuth
,CompassOffest
, and the relative types:RelativeBearing
datasize
- Computer Data Sizes,Bytes
,Kilobytes
, etcduration
- ContainsDuration
, describing a fixed amount of seconds / minutes / hours / milliseconds / etclength
- The SILength
quantity,Meters
,Feet
, etcspeed
- The SISpeed
quantity,MetersPerSecond
,Knots
, etctemperature
- The SITemperature
quantity,Celcius
,Kelvin
, etc