#include <VertexContainerInterface.h>
Inherited by AZ::VariableVertices< Vertex >.
Interface provided by a container of vertices of fixed length (example: array or fixed_vector).
◆ GetVertex()
Get a vertex at a particular index.
- Parameters
-
| index | Index of vertex to access. |
| vertex | Out parameter of vertex at index. |
- Returns
- Was the vertex at the index provided able to be accessed.
◆ Size()
How many vertices are there.
◆ UpdateVertex()
Update a vertex at a particular index.
- Parameters
-
| index | Index of vertex to update. |
| vertex | New vertex position. |
- Returns
- Was the vertex at the index provided able to be updated.
The documentation for this class was generated from the following file:
- Code/Framework/AzCore/AzCore/Math/VertexContainerInterface.h