Beispiel #1
0
 public bool Equals(Transform other)
 {
     return(basis.Equals(other.basis) && origin.Equals(other.origin));
 }