projects
/
clnl
/ blob
22242f5f2f285fda1e2dd834546251ae90efb291
[clnl]
/
src
/
main
/
nvm
/
utils.lisp
1
(in-package #:clnl-nvm)
2
3
(defun min-pxcor () (getf *dimensions* :xmin))
4
(defun max-pxcor () (getf *dimensions* :xmax))
5
(defun min-pycor () (getf *dimensions* :ymin))
6
(defun max-pycor () (getf *dimensions* :ymax))