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 |