distance3d.geometry.support_function_ellipse¶
- distance3d.geometry.support_function_ellipse(search_direction, center, axes, radii)[source]¶
Compute extreme point of ellipse along a direction.
- Parameters:
- search_directionarray, shape (3,)
Search direction.
- centerarray, shape (3,)
Center of ellipse.
- axesarray, shape (2, 3)
Axes of ellipse.
- radiiarray, shape (2,)
Radii of ellipse.
- Returns:
- extreme_pointarray, shape (3,)
Extreme point along search direction.