|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParabolaArc2D | |
---|---|
math.geom2d.conic | Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. |
Uses of ParabolaArc2D in math.geom2d.conic |
---|
Methods in math.geom2d.conic that return ParabolaArc2D | |
---|---|
ParabolaArc2D |
ParabolaArc2D.clone()
|
ParabolaArc2D |
ParabolaArc2D.getReverseCurve()
Returns the parabola arc which refers to the reversed parent parabola, and with inverted parametrization bounds. |
ParabolaArc2D |
ParabolaArc2D.getSubCurve(double t0,
double t1)
|
ParabolaArc2D |
Parabola2D.getSubCurve(double t0,
double t1)
Returns a new ParabolaArc2D, or null if t1 |
ParabolaArc2D |
ParabolaArc2D.transform(AffineTransform2D trans)
|
Methods in math.geom2d.conic that return types with arguments of type ParabolaArc2D | |
---|---|
CurveSet2D<? extends ParabolaArc2D> |
ParabolaArc2D.clip(Box2D box)
Clip the parabola arc by a box. |
CurveSet2D<ParabolaArc2D> |
Parabola2D.clip(Box2D box)
Clip the parabola by a box. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |