newton.geometry.collide_plane_ellipsoid#
- newton.geometry.collide_plane_ellipsoid(plane_normal, plane_pos, ellipsoid_pos, ellipsoid_rot, ellipsoid_size)[source]#
Core contact geometry calculation for plane-ellipsoid collision.
- Parameters:
- Returns:
dist: Distance from ellipsoid surface to plane (negative if penetrating) pos: Contact position on ellipsoid surface normal: Contact normal vector (plane normal direction)
- Return type:
Tuple containing