| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies.mesh |
| Modifier and Type | Method and Description |
|---|---|
Vertex[] |
Triangle.getVertices()
Getter for 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(int idIn,
Vertex v1,
Vertex v2,
Vertex v3)
Constructor.
|
Copyright © 2024 CNES. All rights reserved.