|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Calculus
Method Summary | |
---|---|
double |
distance(Vertex2D start,
Vertex2D end)
Returns the distance between two points. |
double |
distance2(Vertex2D start,
Vertex2D end,
Metric2D m2)
Returns square distance between two points. |
double[] |
getBounds2D(Vertex2D vm)
Returns bounds of unit ellipse centered at a point. |
double |
length(VirtualHalfEdge2D ot)
Returns the length of an edge. |
Method Detail |
---|
double length(VirtualHalfEdge2D ot)
ot
- edge being measureddouble distance(Vertex2D start, Vertex2D end)
start
- the start nodeend
- the end node
double distance2(Vertex2D start, Vertex2D end, Metric2D m2)
start
- start nodeend
- end nodem2
- Riemannian metrics
double[] getBounds2D(Vertex2D vm)
KdTree.getNearestVertex(org.jcae.mesh.amibe.ds.Mesh, org.jcae.mesh.amibe.ds.Vertex)
; if an octant
does not intersect this bounding box, it does also not intersect
unit ellipse.
vm
- the vertex on which metrics is evaluated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |