Open haris989 opened 8 years ago
What if I want to rotate my boxes only in length and breadth but not in height? What type of minor changes can be done to achieve this?
@haris989 go to find_box method, this method analyzes each box in six different orientations by calling analyze_box method.
What if I want to rotate my boxes only in length and breadth but not in height? What type of minor changes can be done to achieve this?