Representation of a polygonal face in a SurfacePolygon.
#include <drake/geometry/proximity/polygon_surface_mesh.h>
◆ SurfacePolygon() [1/2]
◆ SurfacePolygon() [2/2]
◆ copy_to_unique()
(Internal use only) Returns a copy of this, wrapped in a unique_ptr.
This function is only intended for use by Drake's Python bindings.
◆ num_vertices()
int num_vertices |
( |
| ) |
const |
Returns the number of vertices in this face.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ vertex()
Returns the vertex index in PolygonSurfaceMesh of the i-th vertex of this face.
- Parameters
-
i | The local index of the vertex in this face. |
- Precondition
- 0 <= i < num_vertices()
◆ PolygonSurfaceMesh
The documentation for this class was generated from the following file: