Go to the source code of this file.
Classes | |
class | polygon_array_to_box_array.PolygonArrayToRectBoxArray |
Namespaces | |
polygon_array_to_box_array | |
Functions | |
def | polygon_array_to_box_array.angle_between_vectors (v1, v2, normalize=True, directed=True) |
def | polygon_array_to_box_array.cross_product (a, b) |
def | polygon_array_to_box_array.minimum_rotated_rectangle (polygon) |
def | polygon_array_to_box_array.outer_product_matrix (v) |
def | polygon_array_to_box_array.rotate_points (points, a, b) |
def | polygon_array_to_box_array.rotation_matrix_from_axis (first_axis=(1, 0, 0), second_axis=(0, 1, 0), axes='xy') |
Variables | |
polygon_array_to_box_array.act = PolygonArrayToRectBoxArray() | |
polygon_array_to_box_array.minimum_rotated_rectangle | |