Face constructor

Face(
  1. Vector3 a,
  2. Vector3 b,
  3. Vector3 c
)

Implementation

Face(this.a,this.b,this.c);