Beispiel #1
0
 public Line Rotate(double add) => new Line(Start, Start + Simplex.GetFormattedVector2(Angle + (float)add, Length));
Beispiel #2
0
 public void Rotate(float add) => End = Start + Simplex.GetFormattedVector2(Angle + add, Length);