Expand description
The little Units Library that could
§Module Structure:
bounds
- Bounding Boxes and Range Checksshapes
- Ways to define and describe shapesshapes::circular
-CircularAspect
enum andCircularDimension
struct, describes a circle by radius or diameter with appropriate length units.shapes::elliptical
-Ellipse
struct, describes an ellipse using twoCircularDimension
axes and an optionalCompassDirection
orientation of the first axis
units
- Physical Quantitiesunits::angle
- Angle Types,Angle
,AngleUnits
forDegrees
andRadians
units::compass
- Compass Types,Compass
, and the absolute types:Heading
,Track
,Bearing
,Course
,Azimuth
,CompassOffest
, and the relative typeRelativeBearing
units::datasize
- Computer Data Sizes,DataSize
representingBytes
,Kilobytes
, etcunits::length
- The SILength
quantity, representingMeters
,Feet
, etcunits::speed
- The SISpeed
quantity, representingMetersPerSecond
,Knots
, etcunits::temperature
- The SITemperature
quantity, representingCelsius
,Kelvin
, etc
Modules§
- bounds
- Bounding Boxes and Range Checks
- prefixes
- quantities
- shapes
- Ways to define and describe shapes
- units