DwfWhipLogicalPoint constructor
init
Initializes a new instance of the DwfWhipLogicalPoint
class
def __init__(self):
...
init
Initializes a new instance of the DwfWhipLogicalPoint
class
def __init__(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate |
y | float | Y coordinate |