UnityMol  0.9.6-875
UnityMol viewer / In developement
FaceIndices.cs
Go to the documentation of this file.
1 
66 using System;
67 
68 public struct FaceIndices
69 {
70  public int vi;
71  public int vu;
72  public int vn;
73 }