Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TRIANGLE Struct Reference

structure defining a triangle generated by isosurface extraction code. More...

#include <Isosurface.h>

List of all members.

Public Attributes

XYZ p [3]
 vertices. More...

XYZ n [3]
 normals. More...


Detailed Description

structure defining a triangle generated by isosurface extraction code.

Definition at line 23 of file Isosurface.h.


Member Data Documentation

XYZ TRIANGLE::n[3]
 

normals.

Definition at line 25 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, and IsoSurface::Polygonise.

XYZ TRIANGLE::p[3]
 

vertices.

Definition at line 24 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::Polygonise.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 23 04:25:56 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002