Copy constructor. Constructs plane with the same origin, uAxis, and vAxis as the plane source.
Public Sub New( source As Plane )
public Plane( Plane source );