- :abcplane a b c [Object Method]
Adds the graph of the plane A + B x + Cy to the plot.
- :add-function [Object Method]
surface of function F over a NUM-POINTS by NUM-POINTS grid on the
rectangle [xmin, xmax] x [ymin, ymax]. Passes other keywords to
:add-surface method.
- :add-surface [Object Method]
a grid surface using sequences X, Y with values in the matrix Z.
Z should be (length X) by (length Y).
- :angle &optional angle [Object Method]
Sets or retrieves current rotation angle, in radians.
- :content-variables &optional xvar yvar [Object Method]
Sets or retrieves the indices of the current content variables.
- :depth-cuing &optional cuing [Object Method]
Sets or retrieves depth cuing status (true or NIL).
- :do-idle [Object Method]
Sends :ROTATE message.
- :rotate [Object Method]
Rotates once in the current plane by the current angle.
- :showing-axes &optional cuing [Object Method]
Sets or retrieves axis showing status (true or NIL).