Triangle copy(Triangle triangle) { a.copy(triangle.a); b.copy(triangle.b); c.copy(triangle.c); return this; }