FunctionLines

FunctionLines

Plot lines based on equation in 3d space

Constructor

new FunctionLines(func, box, Direction)

Source:
See:
  • ../examples/functionTests.js
Example
(x,y)=>{return -1/(x*x+y*y)}
Parameters:
Name Type Description
func function

given function in arrow format

box Box

for bounding box of function lines

Direction 1 | 0

for above or below

Classes

FunctionLines