예제 #1
0
 public bool Equals(Transformd other)
 {
     return(basis.Equals(other.basis) && origin.Equals(other.origin));
 }
예제 #2
0
 public bool Equals(Transform25Dd other)
 {
     return(basis.Equals(other.basis) && spatialPosition.Equals(other.spatialPosition));
 }