Description
Copy constructor. Constructs plane with the same origin, uAxis, and vAxis as the plane source.
C#
public Plane( Plane source );
Visual Basic
Public Sub New( source As Plane )
Parameters
Parameters | Description |
---|---|
Plane source | Another plane |