Face constructor

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

Implementation

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