Ejemplo n.º 1
0
 public static RawMatrix3x2 Scale(this RawMatrix3x2 baseMatrix, float scale)
 => baseMatrix.Scale(scale, scale);
Ejemplo n.º 2
0
 public static RawMatrix3x2 Scale(float sx, float sy)
 => Identity.Scale(sx, sy);