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

type Triangle<T = f64> = [[T; 2]; 3];

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