public bool Equals(Transformd other) { return(basis.Equals(other.basis) && origin.Equals(other.origin)); }
public bool Equals(Transform25Dd other) { return(basis.Equals(other.basis) && spatialPosition.Equals(other.spatialPosition)); }