calculate_local_extents¶
- concreteproperties.utils.calculate_local_extents(geometry: CompoundGeometry, cx: float, cy: float, theta: float) tuple[float, float, float, float][source]¶
Calculates the local extents of a geometry given a centroid and axis angle.
- Parameters:
- Returns:
Local extents (
x11_max,x11_min,y22_max,y22_min)- Return type: