|
create(cls,
area_builder,
x,
y,
orientation) |
source code
|
|
|
|
|
|
|
_get_alignment(cls,
area_builder,
coords_list)
Return an alignment value based on the outline of the given
coordinates list. |
source code
|
|
|
_get_alignment_from_outline(cls,
area_builder,
outline_coords_list)
Return an alignment value given the list of coordinates that form the
outline of a shape. |
source code
|
|
|
_get_outline_coords_list(cls,
coords_list)
Return the list of coordinates that share sides the given coordinates
list. |
source code
|
|
|
_weighted_distance(cls,
main_component,
other_components,
none_value)
Return the weights sum of the component distances with the specified
weights. |
source code
|
|
|
|