public interface CirculinearBoundary2D extends CirculinearCurve2D, Boundary2D
| Modifier and Type | Method and Description |
|---|---|
CurveSet2D |
clip(Box2D box)
Clip the shape with the given box, and returns a new shape.
|
Collection<? extends CirculinearContour2D> |
getContinuousCurves()
Returns the collection of continuous circulinear curves which
constitute this curve.
|
Boundary2D |
getReverseCurve()
Returns the curve with same trace on the plane with parametrization in
reverse order.
|
Boundary2D |
transform(CircleInversion2D inv)
Transforms the shape by a circle inversion.
|
getLength, getLength, getParallel, getPosition, getSubCurvegetBufferfill, getBoundaryCurves, getDomain, isInside, transformgetSignedDistance, getSignedDistance, getWindingAngleclone, draw, getAsAWTShape, getFirstPoint, getIntersections, getLastPoint, getPoint, getPosition, getSingularPoints, getT0, getT1, isSingular, projectcontains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmptyCollection<? extends CirculinearContour2D> getContinuousCurves()
CirculinearCurve2DgetContinuousCurves in interface CirculinearCurve2DgetContinuousCurves in interface Curve2DCurveSet2D clip(Box2D box)
Shape2Dclip in interface CirculinearCurve2Dclip in interface Curve2Dclip in interface OrientedCurve2Dclip in interface Shape2Dbox - the clipping boxBoundary2D transform(CircleInversion2D inv)
CirculinearShape2Dtransform in interface CirculinearCurve2Dtransform in interface CirculinearShape2Dinv - the circle inversionBoundary2D getReverseCurve()
Curve2DgetReverseCurve in interface Boundary2DgetReverseCurve in interface CirculinearCurve2DgetReverseCurve in interface Curve2DgetReverseCurve in interface OrientedCurve2DCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.