Beispiel #1
0
 /// <summary>
 /// Returns a <see cref="System.String"/> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="System.String"/> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(string.Format(CultureInfo.CurrentCulture, "Scale:{0} Rotation:{1} Translation:{2}", Scale.ToString(), Rotation.ToString(), Translation.ToString()));
 }