Type Definition graphics::types::Triangle[][src]

type Triangle<T = Scalar> = [Vec2d<T>; 3];

[x1, y1, x2, y2, x3, y3]