diff options
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r-- | src/protocol.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/protocol.lisp b/src/protocol.lisp index 58120cd..df3c170 100644 --- a/src/protocol.lisp +++ b/src/protocol.lisp @@ -56,3 +56,7 @@ (defgeneric (setf scale-x) (newvval thing)) (defgeneric scale-y (thing)) (defgeneric (setf scale-y) (newval thing)) +(defgeneric get-rect (affine) + (:documentation "Returns a list of vectors representing the path of + the smallest rectangle that encloses the affine-unit. The rectangle + is scaled and rotated.")) |