Class | Description |
---|---|
ConvexityCheck2D<M extends Model<Point2d,Point2d> & MatrixTransformProvider> |
Test that a 2d transform model preserves convexity
|
OrientationCheck2D<M extends Model<Point2d,Point2d> & MatrixTransformProvider> |
Test whether a given model that produces a homogenous transform is
orientation preserving
|
TransformMatrixConditionCheck<M extends Model<?,?> & MatrixTransformProvider> |
A check for
Model s that produce transform matrices (via the
MatrixTransformProvider ) that tests whether the condition number is
below a threshold. |