Implementation of the class PNTriangle, which represents a PN triangle.
More...
#include "pntriangle.h"
#include <cassert>
#include <cmath>
Go to the source code of this file.
Namespaces |
namespace | ppsfrompnt |
| The namespace ppsfrompnt contains the definition and implementation of all classes representing a Parametric Pseudo-Surface (PPS) that approximates the geometry of a given PN triangle surface.
|
Detailed Description
Implementation of the class PNTriangle, which represents a PN triangle.
- Author:
- Marcelo Ferreira Siqueira
Universidade Federal do Rio Grande do Norte,
Departamento de Informatica e Matematica Aplicada,
marcelo at dimap (dot) ufrn (dot) br
- Version:
- 2.0
- Date:
- July 2009
- Attention:
- This program is distributed WITHOUT ANY WARRANTY, and it may be freely redistributed under the condition that the copyright notices are not removed, and no compensation is received. Private, research, and institutional use is free. Distribution of this code as part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT WITH THE AUTHOR.
Definition in file pntriangle.cpp.