示例#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));
 }