Type Definition Triangle
graphics::types
type Triangle<T = Scalar> = [Vec2d<T>; 3];
[x1, y1, x2, y2, x3, y3]