public interface MeshProvider extends Serializable
Triangle
and Vertex
of a given mesh.
This class is to be used in conjunction with FacetBodyShape
for body mesh loading.
Modifier and Type | Method and Description |
---|---|
Triangle[] |
getTriangles()
Returns the list of triangles of the mesh.
|
Map<Integer,Vertex> |
getVertices()
Returns the list of vertices of the mesh.
|
Copyright © 2023 CNES. All rights reserved.