JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
eu.iv4xr.framework.spatial.meshes.Edge
Packages that use
Edge
Package
Description
eu.iv4xr.framework.spatial.meshes
Provide mainly the class
Mesh
for representing 3D surface meshes.
Uses of
Edge
in
eu.iv4xr.framework.spatial.meshes
Fields in
eu.iv4xr.framework.spatial.meshes
with type parameters of type
Edge
Modifier and Type
Field
Description
ArrayList
<
Edge
>
Mesh.
edges
Methods in
eu.iv4xr.framework.spatial.meshes
with parameters of type
Edge
Modifier and Type
Method
Description
boolean
Face.
containsEdge
(
Edge
e)
Check if the given edge is an edge of this Face.
void
EdgeMap.
put
(
Edge
edge)
Add the two vertices of an edge, along with its connectivity.
void
EdgeMap.
remove
(
Edge
edge)
Remove an edge from this data structure.