FCL  0.6.0
Flexible Collision Library
fcl::Triangle Class Reference

Triangle with 3 indices for points. More...

#include <triangle.h>

Public Member Functions

 Triangle ()
 Default constructor.
 
 Triangle (std::size_t p1, std::size_t p2, std::size_t p3)
 Create a triangle with given vertex indices.
 
void set (std::size_t p1, std::size_t p2, std::size_t p3)
 Set the vertex indices of the triangle.
 
std::size_t operator[] (int i) const
 the triangle index
 
std::size_t & operator[] (int i)
 

Detailed Description

Triangle with 3 indices for points.


The documentation for this class was generated from the following files: