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