pub fn to_screen<V: ZDiv, const N: usize>( vs: [ClipVert<V>; N], tf: &Mat4x4<NdcToScreen>, ) -> [Vertex<ScreenPt, V>; N]