MeshTriangle constructor

MeshTriangle(
  1. int index,
  2. int a,
  3. int b,
  4. int c,
  5. Vector3 pa,
  6. Vector3 pb,
  7. Vector3 pc,
)

Implementation

MeshTriangle(this.index, this.a, this.b, this.c, this.pa, this.pb, this.pc);