mtri method

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

Implementation

Face mtri(Vec3 a, Vec3 b, Vec3 c){
  return Face(a, b, c);
}