view CITATION @ 18677:f684f7075aee

Don't fetch lots of axes state information for rendering if object is not visible. * gl-render.cc (opengl_renderer::draw_axes_planes): Check axes color and visibility and return immediately from function if there is nothing to do. * gl-render.cc (opengl_renderer::draw_axes_boxes): Check axes visibility and return immediately from function if there is nothing to do. * gl-render.cc (opengl_renderer::draw_axes_x_grid, drax_axes_y_grid, draw_axes_z_grid): Check axes state and visibility before bothering to fetch any more state data. * gl-render.cc (miscellaneous): Clean up comments. Change lines to wrap at < 80 chars. * graphics.cc (axes::properties::update_axes_layout): Use std::swap instead of intermediate temporary variable for clearer coding style.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 11:18:04 -0700
parents 3a93af21d206
children a6d13c62fccf
line wrap: on
line source

To cite GNU Octave in publications use:

  John W. Eaton, David Bateman, and Søren Hauberg (2009).  GNU Octave version
  3.0.1 manual: a high-level interactive language for numerical computations.
  CreateSpace Independent Publishing Platform.  ISBN 1441413006,
  URL http://www.gnu.org/software/octave/doc/interpreter/

A BibTeX entry for LaTeX users is:

  @book{,
    author    = {John W. Eaton and David Bateman and S\oren Hauberg},
    title     = {{GNU Octave} version 3.0.1 manual: a high-level interactive language for numerical computations},
    publisher = {CreateSpace Independent Publishing Platform},
    year      = {2009},
    note      = {{ISBN} 1441413006},
    url       = {http://www.gnu.org/software/octave/doc/interpreter},
  }

We have invested a lot of time and effort in creating GNU Octave, please cite it
when using it.  See also `citation pkgname' for citing Octave packages.