public interface CircularShape2D extends CirculinearElement2D, SmoothOrientedCurve2D
Modifier and Type | Method and Description |
---|---|
CurveSet2D<? extends CircularShape2D> |
clip(Box2D box)
Clip the shape with the given box, and returns a new shape.
|
CircularShape2D |
getReverseCurve()
Returns the curve with same trace on the plane with parametrization in
reverse order.
|
CircularShape2D |
getSubCurve(double t0,
double t1)
Returns a portion of the original curve, delimited by two positions on
the curve.
|
Circle2D |
getSupportingCircle() |
getParallel, transform
getSmoothPieces
getContinuousCurves, getLength, getLength, getPosition
getBuffer
transform
appendPath, getAsPolyline, getLeftTangent, getRightTangent, isClosed
getSignedDistance, getSignedDistance, getWindingAngle, isInside
clone, draw, getAsAWTShape, getFirstPoint, getIntersections, getLastPoint, getPoint, getPosition, getSingularPoints, getT0, getT1, isSingular, project
contains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmpty
transform
getCurvature, getTangent
CurveSet2D<? extends CircularShape2D> clip(Box2D box)
Shape2D
clip
in interface CirculinearContinuousCurve2D
clip
in interface CirculinearCurve2D
clip
in interface CirculinearElement2D
clip
in interface ContinuousCirculinearCurve2D
clip
in interface ContinuousCurve2D
clip
in interface ContinuousOrientedCurve2D
clip
in interface Curve2D
clip
in interface OrientedCurve2D
clip
in interface Shape2D
clip
in interface SmoothCurve2D
clip
in interface SmoothOrientedCurve2D
box
- the clipping boxCircularShape2D getSubCurve(double t0, double t1)
Curve2D
getSubCurve
in interface CirculinearContinuousCurve2D
getSubCurve
in interface CirculinearCurve2D
getSubCurve
in interface CirculinearElement2D
getSubCurve
in interface ContinuousCirculinearCurve2D
getSubCurve
in interface ContinuousCurve2D
getSubCurve
in interface ContinuousOrientedCurve2D
getSubCurve
in interface Curve2D
getSubCurve
in interface SmoothCurve2D
getSubCurve
in interface SmoothOrientedCurve2D
t0
- position of the start of the sub-curvet1
- position of the end of the sub-curveCircularShape2D getReverseCurve()
Curve2D
getReverseCurve
in interface CirculinearContinuousCurve2D
getReverseCurve
in interface CirculinearCurve2D
getReverseCurve
in interface CirculinearElement2D
getReverseCurve
in interface ContinuousCirculinearCurve2D
getReverseCurve
in interface ContinuousCurve2D
getReverseCurve
in interface ContinuousOrientedCurve2D
getReverseCurve
in interface Curve2D
getReverseCurve
in interface OrientedCurve2D
getReverseCurve
in interface SmoothCurve2D
getReverseCurve
in interface SmoothOrientedCurve2D
Circle2D getSupportingCircle()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.