diff --git a/Home.md b/Home.md index 14156f9..d99825f 100644 --- a/Home.md +++ b/Home.md @@ -15,7 +15,7 @@ Next comes the "eps" subsystem: - [eps::Conduit<...>::Tap](eps_Conduit_Tap) Taps represent an attachment to a conduit and can be used to pause/resume or disconnect entirely. - [eps::TapScope](eps_TapScope) TapScope is intended to group a bunch of taps into some symantec scope and will disconnect all grouped taps when the scope is destroyed. -### __TODO__ Measurements/Space/Units/Vectors +## __TODO__ Measurements/Space/Units/Vectors Once I decided how I want to implement this, I want grid to contain a system that will be the basis of translating mathematical units of measurement. Most likely this will be a solution largely based on some existing library which will then become the first dependency of the hdk-grid project, but if I can implement something simple enough without doing so I will as long as it accomplishes my requirement of being the underlying "grid" upon which other libraries are built and can inter-operate without always being interdependent or designed in advanced to do so.