LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
rcsc::Triangulation::Triangle Struct Reference

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
 

Detailed Description

triangle object type for Triangulation.

Constructor & Destructor Documentation

◆ Triangle()

rcsc::Triangulation::Triangle::Triangle ( const size_t  v0,
const size_t  v1,
const size_t  v2 
)
inline

construct with all indices

Parameters
v0index of first vertex
v1index of second vertex
v2index of third vertex

The documentation for this struct was generated from the following file: