public abstract class AbstractCurve extends AbstractShape
AbstractShape
,
evaluate(double)
,
Serialized FormConstructor and Description |
---|
AbstractCurve() |
Modifier and Type | Method and Description |
---|---|
abstract PointND |
evaluate(double u)
Returns a point on the Curve at position u [0, 1];
|
PointND |
evaluate(PointND u)
Returns the point on the shape at the internal position u.
|
int |
getInternalDimension()
returns the internal dimension of the shape, i.e.
|
applyTransform, getDimension, getHitsOnBoundingBox_slow, getHitsOnBoundingBox, getMax, getMin, getName, getRasterPoints, intersect, isBounded, setName
public PointND evaluate(PointND u)
AbstractShape
evaluate
in class AbstractShape
u
- the point in the internal parameter dimensionpublic abstract PointND evaluate(double u)
u
- the internal one dimensional positionpublic int getInternalDimension()
AbstractShape
getInternalDimension
in class AbstractShape