Definition at line 6 of file segment_handling.py.
◆ __init__()
def segment_handling.Segment.__init__ |
( |
|
self | ) |
|
◆ add_cells()
def segment_handling.Segment.add_cells |
( |
|
self, |
|
|
|
cells |
|
) |
| |
◆ bounding_area()
def segment_handling.Segment.bounding_area |
( |
|
index, |
|
|
|
hull |
|
) |
| |
|
static |
◆ compute_corner()
def segment_handling.Segment.compute_corner |
( |
|
a, |
|
|
|
corner |
|
) |
| |
|
static |
◆ compute_hull()
def segment_handling.Segment.compute_hull |
( |
|
self | ) |
|
◆ compute_mbb()
def segment_handling.Segment.compute_mbb |
( |
|
self | ) |
|
◆ orthogonal_vector()
def segment_handling.Segment.orthogonal_vector |
( |
|
vector | ) |
|
|
static |
◆ polygon_area()
def segment_handling.Segment.polygon_area |
( |
|
x, |
|
|
|
y |
|
) |
| |
|
static |
◆ rectangle_corners()
def segment_handling.Segment.rectangle_corners |
( |
|
rectangle | ) |
|
|
static |
◆ rotate_points()
def segment_handling.Segment.rotate_points |
( |
|
center_of_rotation, |
|
|
|
angle, |
|
|
|
points |
|
) |
| |
|
static |
◆ sorted_rect()
def segment_handling.Segment.sorted_rect |
( |
|
vec | ) |
|
|
static |
◆ sorting_criterion()
def segment_handling.Segment.sorting_criterion |
( |
|
x | ) |
|
|
static |
◆ to_xy_coordinates()
def segment_handling.Segment.to_xy_coordinates |
( |
|
unit_vector_angle, |
|
|
|
point |
|
) |
| |
|
static |
◆ unit_vector()
def segment_handling.Segment.unit_vector |
( |
|
pt0, |
|
|
|
pt1 |
|
) |
| |
|
static |
◆ angle
segment_handling.Segment.angle |
◆ cells
segment_handling.Segment.cells |
◆ cells_corners
segment_handling.Segment.cells_corners |
◆ center
segment_handling.Segment.center |
◆ convex_hull
segment_handling.Segment.convex_hull |
◆ feature
segment_handling.Segment.feature |
◆ id
segment_handling.Segment.id |
◆ mbb_area
segment_handling.Segment.mbb_area |
◆ minimal_bounding_box
segment_handling.Segment.minimal_bounding_box |
◆ rectangle_direction
segment_handling.Segment.rectangle_direction |
◆ rectangle_orthogonal
segment_handling.Segment.rectangle_orthogonal |
The documentation for this class was generated from the following file: