/// <summary> /// Serves as the hash function for <see cref="Transform3D"/>. /// </summary> /// <returns>A hash code for this transform.</returns> public override int GetHashCode() { return(basis.GetHashCode() ^ origin.GetHashCode()); }