gepetto-viewer-corba  6.0.0
Corba server for gepetto-viewer
gepetto.corbaserver.tools Namespace Reference

Classes

class  Angular
 
class  Linear
 
class  Vector6
 

Functions

def graphOfFunction (gui, name, args, func, color=Color.red)
 

Function Documentation

◆ graphOfFunction()

def gepetto.corbaserver.tools.graphOfFunction (   gui,
  name,
  args,
  func,
  color = Color.red 
)
 Plot a function of 2 arguments i.e. (x, y, f(x, y))
\\param gui the CORBA client
\\param name the curve node name
\\param args a list [X,Y] of two lists X and Y, where the arguments that should
            be considered are all the possible pairs of elements of X and Y.
\\param func a function that takes x,y as arguments
\\param color