/// Returns true if coordsys is identical to other coordsys public bool Equals(ChCoordsys other) { return(rot.Equals(other.rot) && pos.Equals(other.pos)); }