Merge branch 'master' of github.com:treeform/vmath
This commit is contained in:
commit
cfd1d2442d
|
@ -1,4 +1,5 @@
|
||||||
import math, random, strutils
|
import math, random, strutils
|
||||||
|
|
||||||
export math
|
export math
|
||||||
|
|
||||||
proc clamp*(n, min, max: float32): float32 =
|
proc clamp*(n, min, max: float32): float32 =
|
||||||
|
|
Loading…
Reference in a new issue