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