Beispiel #1
0
 static public VectorI2 GetDeflated(this VectorF2 item, float unit)
 {
     return(item.GetDeflated(new VectorF2(unit, unit)));
 }