ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Triangle Class Reference

#include <Geometry.h>

Public Member Functions

double Area (void) const
 
double AspectRatio (void) const
 

Public Attributes

double p [3][3]
 

Detailed Description

Definition at line 203 of file Geometry.h.

Member Function Documentation

◆ Area()

double Triangle::Area ( void  ) const
inline

Definition at line 206 of file Geometry.h.

References p.

Referenced by AspectRatio().

◆ AspectRatio()

double Triangle::AspectRatio ( void  ) const
inline

Definition at line 218 of file Geometry.h.

References Area(), and p.

Member Data Documentation

◆ p

double Triangle::p[3][3]

Definition at line 205 of file Geometry.h.

Referenced by MarchingCubes::AddTriangles(), Area(), and AspectRatio().


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