public interface Curve3D
Modifier and Type | Method and Description |
---|---|
ccs.Edge |
getEdge(int i) |
ccs.Point3D |
getFocalPoint() |
ccs.Point3D |
getVertex(int i) |
void |
refresh(Edge[] edges) |
boolean |
setFocalPoint(Graph g)
Emphasize a point on the curve.
|
int |
size() |
void refresh(Edge[] edges)
ccs.Point3D getVertex(int i)
ccs.Edge getEdge(int i)
boolean setFocalPoint(Graph g)
g
- A realization along the curve that need to be emphasized in
displayccs.Point3D getFocalPoint()
int size()