Built-In Namespace _global_
↳ _global_
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
_compareDepth(a, b)
Function to sort elements for depth ordering in canvas renderer.
|
|
_minFunc(n, m, w, con)
|
|
|
F()
|
|
|
generateMethod(what)
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.
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.
Defined in: polyhedron3d.js.
- Parameters:
- {String} what
- Method name
- Returns:
- {Function} Function consisting of a loop that calls the method for each face.