Merge branch 'master' of github.com:treeform/vmath

This commit is contained in:
treeform 2020-03-10 21:36:46 -07:00
commit cfd1d2442d

View file

@ -1,4 +1,5 @@
import math, random, strutils
export math
proc clamp*(n, min, max: float32): float32 =