Package | Description |
---|---|
plugins.big.bigsnakeutils.shape.priorshapes |
Modifier and Type | Method and Description |
---|---|
static ShapeLibrary.Shape |
ShapeLibrary.Shape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeLibrary.Shape[] |
ShapeLibrary.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeLibrary.buildShapeProjectors(ShapeLibrary.Shape shape) |
double[][] |
ShapeLibrary.getCoefficients(ShapeLibrary.Shape shape) |
Snake2DNode[] |
ShapeLibrary.getSnakeCoefficients(ShapeLibrary.Shape shape) |