polytopax.core.ConvexHull.rotate

ConvexHull.rotate(angle: float, axis: Array | None = None) ConvexHull[source]

Rotate the convex hull (Phase 2 implementation).

Parameters:
  • angle – Rotation angle (radians)

  • axis – Rotation axis (3D only)

Returns:

New rotated ConvexHull instance