aboutsummaryrefslogtreecommitdiff
path: root/units.go
diff options
context:
space:
mode:
Diffstat (limited to 'units.go')
-rw-r--r--units.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/units.go b/units.go
index 7311110..4ee5e2a 100644
--- a/units.go
+++ b/units.go
@@ -5,4 +5,5 @@ const (
CM = 10 * MM
DM = 10 * CM
IN = 25.4 * MM
+ PT = IN / 72
)