public class ShapeLibrary
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ShapeLibrary.Shape
Enumeration with the shape labels.
|
Constructor and Description |
---|
ShapeLibrary(int M,
int R)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
buildShapeProjectors(ShapeLibrary.Shape shape) |
Jama.Matrix |
getAffineTransformation() |
double[][] |
getCoefficients(ShapeLibrary.Shape shape) |
Jama.Matrix |
getOrthoProjectorShape() |
Jama.Matrix |
getProjectorShape() |
Snake2DNode[] |
getSnakeCoefficients(ShapeLibrary.Shape shape) |
public Snake2DNode[] getSnakeCoefficients(ShapeLibrary.Shape shape)
public void buildShapeProjectors(ShapeLibrary.Shape shape)
public double[][] getCoefficients(ShapeLibrary.Shape shape)
public Jama.Matrix getProjectorShape()
public Jama.Matrix getOrthoProjectorShape()
public Jama.Matrix getAffineTransformation()