Class MeshTriInfoCache
  
  
  
  
    Inheritance
    
    MeshTriInfoCache
   
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class MeshTriInfoCache
   
  Constructors
  
  
  
  
  MeshTriInfoCache(DMesh3)
  
  
  Declaration
  
    public MeshTriInfoCache(DMesh3 mesh)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | DMesh3 | mesh |  | 
    
  
  Fields
  
  
  
  Areas
  
  
  Declaration
  
    public DVector<double> Areas
   
  Field Value
  
  
  
  Centroids
  
  
  Declaration
  
    public DVector<Vector3d> Centroids
   
  Field Value
  
  
  
  Normals
  
  
  Declaration
  
    public DVector<Vector3d> Normals
   
  Field Value
  
  Methods
  
  
  
  
  GetTriInfo(Int32, ref Vector3d, ref Double, ref Vector3d)
  
  
  Declaration
  
    public void GetTriInfo(int tid, ref Vector3d n, ref double a, ref Vector3d c)
   
  Parameters