Function: landmark-update-normal-weights
landmark-update-normal-weights is a byte-compiled function defined in
landmark.el.gz.
Signature
(landmark-update-normal-weights DIRECTION)
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-update-normal-weights (direction)
(mapc (lambda (target-direction)
(put direction target-direction
(+
(get direction target-direction)
(* landmark-c
(- (get 'z 't) (get 'z 't-1))
(get target-direction 'y_t)
(get direction 'smell)))))
landmark-directions))