Crates.io | irox-units |
lib.rs | irox-units |
version | 0.4.1 |
source | src |
created_at | 2023-08-13 18:44:31.288827 |
updated_at | 2024-08-04 22:54:53.934615 |
description | Physical Quantities, Units, & Reference Frames Library |
homepage | https://github.com/spmadden/irox |
repository | https://github.com/spmadden/irox |
max_upload_size | |
id | 943528 |
size | 123,989 |
The little Units Library that could
bounds
- Bounding Boxes and Range Checksshapes
- Ways to define and describe shapes
circular
- CircularAspect
enum and CircularDimension
struct, describes a circle by radius or diameter with appropriate length units.elliptical
- Ellipse
struct, describes an ellipse using two CircularDimension
axes and an optional CompassDirection
orientation of the first axisunits
- Physical Quantities
angle
- Angle Types, Angle
, AngleUnits
for Degrees
and Radians
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
- Contains Duration
, describing a fixed amount of seconds / minutes / hours / milliseconds / etclength
- The SI Length
quantity, Meters
, Feet
, etcspeed
- The SI Speed
quantity, MetersPerSecond
, Knots
, etctemperature
- The SI Temperature
quantity, Celcius
, Kelvin
, etc