public interface CirculinearContour2D extends ContinuousBoundary2D, CirculinearContinuousCurve2D, CirculinearBoundary2D
Modifier and Type | Method and Description |
---|---|
CirculinearContour2D |
getParallel(double d)
Creates a new curve, formed by the points with parameterization:
p(t) = c(t) + d*n(t)/|n(t)| , with p(t) being a point of
the original curve, n(t) the normal of the curve, and |n| being the
norm of n.In the case of a continuous curve formed by several smooth circulinear elements, the parallels of contiguous elements are joined by a circle arc. |
Boundary2D |
getReverseCurve()
Forces the subclasses to return an instance of Boundary2D.
|
CirculinearContour2D |
transform(CircleInversion2D inv)
Transforms the shape by a circle inversion.
|
transform
clip, getSmoothPieces, getSubCurve
getContinuousCurves, getLength, getLength, getPosition
getBuffer
appendPath, getAsPolyline, getLeftTangent, getRightTangent, isClosed
getSignedDistance, getSignedDistance, getWindingAngle
clone, draw, getAsAWTShape, getFirstPoint, getIntersections, getLastPoint, getPoint, getPosition, getSingularPoints, getT0, getT1, isSingular, project
contains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmpty
clip, getContinuousCurves
fill, getBoundaryCurves, getDomain, isInside
CirculinearContour2D getParallel(double d)
CirculinearCurve2D
p(t) = c(t) + d*n(t)/|n(t)|
, with p(t) being a point of
the original curve, n(t) the normal of the curve, and |n| being the
norm of n.getParallel
in interface CirculinearContinuousCurve2D
getParallel
in interface CirculinearCurve2D
getParallel
in interface ContinuousCirculinearCurve2D
d
- the distance between the original curve and he parallel curve.CirculinearContour2D transform(CircleInversion2D inv)
CirculinearShape2D
transform
in interface CirculinearBoundary2D
transform
in interface CirculinearContinuousCurve2D
transform
in interface CirculinearCurve2D
transform
in interface CirculinearShape2D
transform
in interface ContinuousCirculinearCurve2D
inv
- the circle inversionBoundary2D getReverseCurve()
Boundary2D
getReverseCurve
in interface Boundary2D
getReverseCurve
in interface CirculinearBoundary2D
getReverseCurve
in interface CirculinearContinuousCurve2D
getReverseCurve
in interface CirculinearCurve2D
getReverseCurve
in interface ContinuousBoundary2D
getReverseCurve
in interface ContinuousCirculinearCurve2D
getReverseCurve
in interface ContinuousCurve2D
getReverseCurve
in interface ContinuousOrientedCurve2D
getReverseCurve
in interface Curve2D
getReverseCurve
in interface OrientedCurve2D
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.