Poly2d(Poly2d) Constructor
Public Sub New( _
ByVal p As Poly2d _
)
This language is not supported or no code example is available.
public Poly2d(
Poly2d p
)
This language is not supported or no code example is available.
public:
Poly2d(
Poly2d^ p
)
This language is not supported or no code example is available.
Parameters
- p
- Poly2d
The poly to copy.