| Package | Description |
|---|---|
| htm.core |
| Modifier and Type | Field and Description |
|---|---|
(package private) HTMedge.Edge[] |
HTMedge.edges_ |
(package private) HTMedge.Edge[] |
HTMedge.lTab_ |
| Modifier and Type | Method and Description |
|---|---|
(package private) HTMedge.Edge |
HTMedge.edgeMatch(HTMedge.Edge em)
edgeMatch: fast lookup using the first index em->start_.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) HTMedge.Edge |
HTMedge.edgeMatch(HTMedge.Edge em)
edgeMatch: fast lookup using the first index em->start_.
|
(package private) int |
HTMedge.getMidPoint(HTMedge.Edge em)
getMidPoint: compute the midpoint of the edge using vector algebra and
return its index in the vertex list
|
(package private) void |
HTMedge.insertLookup(HTMedge.Edge em)
insertLookup: insert the edge em into the lookup table.
|