Classes | |
class | Angular |
Helper class to plot a 3D vector as a circular arrow. More... | |
class | Linear |
Helper class to plot a 3D vector as a straight arrow. More... | |
class | Vector6 |
Helper class to plot a 6D vector with one Linear and one Angular arrow. More... | |
Functions | |
def | graphOfFunction (gui, name, args, func, color=Color.red) |
Plot a function of 2 arguments i.e. More... | |
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))
gui | the CORBA client |
name | the curve node name |
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. |
func | a function that takes x,y as arguments |
color |