|
LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
triangle object type for Triangulation. More...
#include <triangulation.h>
Public Member Functions | |
| Triangle (const size_t v0, const size_t v1, const size_t v2) | |
| construct with all indices More... | |
Public Attributes | |
| size_t | v0_ |
| index of first vertex | |
| size_t | v1_ |
| index of second vertex | |
| size_t | v2_ |
| index of third vertex | |
triangle object type for Triangulation.
|
inline |
construct with all indices
| v0 | index of first vertex |
| v1 | index of second vertex |
| v2 | index of third vertex |