Beispiel #1
0
 /// <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;
 }
Beispiel #2
0
 /// <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;
 }