/// <summary> /// The PointPair4 copy constructor. /// </summary> /// <param name="rhs">The basis for the copy.</param> public PointPair4(PointPair4 rhs) : base(rhs) { this.T = rhs.T; }
/// <summary> /// The PointPair4 copy constructor. /// </summary> /// <param name="rhs">The basis for the copy.</param> public PointPair4( PointPair4 rhs ) : base(rhs) { this.T = rhs.T; }