Package | Description |
---|---|
eu.printingin3d.javascad.vrl |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
Facet.getVertexes()
Returns all the vertices this facet holds.
|
List<Vertex> |
VertexMap.getVertexList()
Gives the list of vertexes back which is used with the index calculation.
|
Modifier and Type | Method and Description |
---|---|
int |
VertexMap.findIndex(Vertex vertex)
Finds the index of the given vertex.
|
Constructor and Description |
---|
VertexMap(Collection<Vertex> vertexes)
Constructs a new object with the given collection of vertexes.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.