Example #1
0
 public Mat2(Mat4 mat)
 {
     Column0 = new Vec2(mat.Column0);
     Column1 = new Vec2(mat.Column1);
 }