Added unit-independent distance type.

This commit is contained in:
Jim Evins
2016-03-13 21:03:09 -04:00
parent 573369b6da
commit a6aa0d921f
74 changed files with 1452 additions and 996 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/* FrameRound.inl
*
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
* Copyright (C) 2013-2016 Jim Evins <evins@snaught.com>
*
* This file is part of gLabels-qt.
*
@@ -22,13 +22,13 @@
namespace libglabels
{
inline double FrameRound::r() const
inline Distance FrameRound::r() const
{
return mR;
}
inline double FrameRound::waste() const
inline Distance FrameRound::waste() const
{
return mWaste;
}