Abantech / Efficio

1 stars 1 forks source link

Positional Data Represented by Vector3 #12

Open james-h-stephens opened 7 years ago

james-h-stephens commented 7 years ago

Introduction of a Positional Data type that collects data and presents in in (x, y, z) format. See Location.h for example of what I mean.

joeabsoftdev commented 6 years ago

The Location.h hyperlink is not opening in my Mozilla Firefox browser. I found Shared/Core/src/Location.h in our repository.

Location.h seems to return location data. The presentation seems next.

That sounds like receiving transmitted coordinates from the device hardware-firmware combination. Would a multidimensional array work most efficiently?

It sounds like a generic presentation format. Should we draw it upon population, then transfer to the UI, or write translation scripts (or use a translation script you've written)?