Triangle set(Vector3 a, Vector3 b, Vector3 c) { this.a.copy(a); this.b.copy(b); this.c.copy(c); return this; }