Ejemplo n.º 1
0
		/// <summary>
		/// The PointPair4 copy constructor.
		/// </summary>
		/// <param name="rhs">The basis for the copy.</param>
		public PointPair4( PointPair4 rhs ) : base( rhs )
		{
			T = rhs.T;
		}
Ejemplo n.º 2
0
 /// <summary>
 /// The PointPair4 copy constructor.
 /// </summary>
 /// <param name="rhs">The basis for the copy.</param>
 public PointPair4(PointPair4 rhs) : base(rhs)
 {
     T = rhs.T;
 }