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(int id,
Vertex v1,
Vertex v2,
Vertex v3)
Constructor.
|
Copyright © 2021 CNES. All rights reserved.