RotateAngleSearchCriteria constructor
init
Initializes a new instance of the RotateAngleSearchCriteria class
with a starting angle and a ending angle.
def __init__(self, min_angle, max_angle):
...
| Parameter | Type | Description |
|---|---|---|
| min_angle | float | The starting angle in degrees. |
| max_angle | float | The ending angle in degrees. |