Triangle.h File Reference

Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary. More...

#include "Polygon.h"

Go to the source code of this file.

Classes

class  te::gm::Triangle
 Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Detailed Description

Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary.

Definition in file Triangle.h.