Function: artist-get-y-step-q<0
artist-get-y-step-q<0 is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-get-y-step-q<0 OCTANT)
Documentation
Retrieve y-step component for OCTANT for q < 0.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-get-y-step-q<0 (octant)
"Retrieve y-step component for OCTANT for q < 0."
(aref (aref artist-octant-info (- octant 1)) 5))