|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Snake3DNode | |
---|---|
plugins.big.bigsnakeutils.icy.snake3D | |
plugins.big.bigsnakeutils.shape.priorshapes.shapes |
Uses of Snake3DNode in plugins.big.bigsnakeutils.icy.snake3D |
---|
Methods in plugins.big.bigsnakeutils.icy.snake3D that return Snake3DNode | |
---|---|
Snake3DNode[] |
Snake3D.getNodes()
This method provides an accessor to the snake-defining nodes. |
Methods in plugins.big.bigsnakeutils.icy.snake3D with parameters of type Snake3DNode | |
---|---|
int |
Snake3DNode.compareTo(Snake3DNode node)
Comparator that organizes the points by their first component. |
void |
Snake3DPowellOptimizer.optimize(Snake3D snake,
Snake3DNode[] configuration)
This method evolves the snake. |
abstract void |
Snake3DOptimizer.optimize(Snake3D snake,
Snake3DNode[] configuration)
This method should perform the optimization of the Snake3DNode[] object configuration which drives
the Snake3D object snake . |
void |
Snake3D.setNodes(Snake3DNode[] node)
This method provides a mutator to the snake-defining nodes. |
Uses of Snake3DNode in plugins.big.bigsnakeutils.shape.priorshapes.shapes |
---|
Methods in plugins.big.bigsnakeutils.shape.priorshapes.shapes that return Snake3DNode | |
---|---|
Snake3DNode[] |
PriorShape3D.getDefaultNodes()
|
Snake3DNode[] |
PriorShape3D.getNodes(int M)
|
Constructors in plugins.big.bigsnakeutils.shape.priorshapes.shapes with parameters of type Snake3DNode | |
---|---|
Custom3D(Snake3DNode[] coef)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |