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