Libs updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 34101224c4
commit d7ee81202f
13 changed files with 97 additions and 60 deletions

View File

@@ -34,10 +34,7 @@
* @param e The e-coordinate of the point.
*/
struct point_t {
float x;
float y;
float z;
float e;
float x, y, z, e;
/**
* @brief Two dimensional point constructor