| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies.mesh |
| Modifier and Type | Method and Description |
|---|---|
Vertex[] |
Triangle.getVertices()
The triangle vertices.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Vertex> |
ObjMeshLoader.getVertices()
Returns the list of vertices of the mesh.
|
Map<Integer,Vertex> |
MeshProvider.getVertices()
Returns the list of vertices of the mesh.
|
Map<Integer,Vertex> |
GeodeticMeshLoader.getVertices()
Returns the list of vertices of the mesh.
|
| Constructor and Description |
|---|
Triangle(Vertex v1,
Vertex v2,
Vertex v3)
Constructor.
|
Copyright © 2022 CNES. All rights reserved.