JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements
Classes

Built-In Namespace _global_


      ↳ _global_

Method Summary
Method Attributes Method Name and Description
<private>  
Function to sort elements for depth ordering in canvas renderer.
 
_minFunc(n, m, w, con)
 
F()
 
Generate methods like `updateRenderer` or `setAttribute` which call simultaneously the method with the same name for each face3d element of the polyhedron.
Method Detail
<private> _compareDepth(a, b)
Function to sort elements for depth ordering in canvas renderer. Only relevant for elements having a zIndex. Sort the elements for the canvas rendering according to their layer, _pos, depthOrder (with this priority).
Defined in: board.js.
Parameters:
{JXG.GeometryObject} a
{JXG.GeometryObject} b
Returns:
Number

_minFunc(n, m, w, con)

Defined in: geometry.js.
Parameters:
n
m
w
con

F()

Defined in: linspace3d.js.

{Function} generateMethod(what)
Generate methods like `updateRenderer` or `setAttribute` which call simultaneously the method with the same name for each face3d element of the polyhedron.
Defined in: polyhedron3d.js.
Parameters:
{String} what
Method name
Returns:
{Function} Function consisting of a loop that calls the method for each face.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue May 05 2026 10:26:30 GMT+0200 (Mitteleuropäische Sommerzeit)