diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2022-03-08 19:30:11 +1100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:01:01 +0700 |
commit | 6c68f43b75f3f4f7b01664e65a995bca697fcb2b (patch) | |
tree | 077bd48aab18c5f749d2d984de236dc2467eaeae /python/python3-MutatorMath/README | |
parent | 0fe956915507e50e7783f5ff267c7b83e2f78304 (diff) |
python/python3-MutatorMath: Added (new dependendency of Type1_to_OTF)
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-MutatorMath/README')
-rw-r--r-- | python/python3-MutatorMath/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-MutatorMath/README b/python/python3-MutatorMath/README new file mode 100644 index 0000000000000..bdba4763a7ec7 --- /dev/null +++ b/python/python3-MutatorMath/README @@ -0,0 +1,6 @@ +MutatorMath (Python for piecewise linear interpolation) + +MutatorMath is a Python library for the calculation of piecewise +linear interpolations in n-dimensions with any number of masters. +It was developed for interpolating data related to fonts, +but if can handle any arithmetic object. |