ThreeDSPolygon constructor
init
Constructs a new instance of ThreeDSPolygon
def __init__(self):
...
init
Constructs a new instance of ThreeDSPolygon
def __init__(self, a, b, c):
...
| Parameter | Type | Description |
|---|---|---|
| a | int | |
| b | int | |
| c | int |
Constructs a new instance of ThreeDSPolygon
def __init__(self):
...
Constructs a new instance of ThreeDSPolygon
def __init__(self, a, b, c):
...
| Parameter | Type | Description |
|---|---|---|
| a | int | |
| b | int | |
| c | int |