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