Triangle setFromPointsAndIndices(points, int i0, int i1, int i2) { a.copy(points[i0]); b.copy(points[i1]); c.copy(points[i2]); return this; }