This is the complete list of members for ShapeOverlap, including all inherited members.
CapsuleSphereOverlap(Capsule capsule, float3 center, float radiusSq) | ShapeOverlap | static |
CircleCircleOverlap(float2 circleCenter0, float radiusSq0, float2 circleCenter1, float radiusSq1) | ShapeOverlap | static |
CircleContainsCircle(float2 circleCenter0, float radiusSq0, float2 circleCenter1, float radiusSq1) | ShapeOverlap | static |
CircleContainsRectangle(float2 circleCenter, float radiusSq, Rect rectangle) | ShapeOverlap | static |
CuboidContainsSphere(Bounds bounds, float3 sphereCenter, float radiusSq) | ShapeOverlap | static |
CuboidSphereOverlap(float3 min, float3 max, float3 sphereCenter, float radiusSq) | ShapeOverlap | static |
CuboidSphereOverlap(Bounds bounds, float3 sphereCenter, float radiusSq) | ShapeOverlap | static |
LineSegmentCircleOverlap(LineSegment2D line, float2 center, float radiusSq) | ShapeOverlap | static |
LineSegmentCuboidOverlap(LineSegment3D line, Bounds bounds) | ShapeOverlap | static |
LineSegmentRectangleOverlap(LineSegment2D line, Rect rect) | ShapeOverlap | static |
LineSegmentSphereOverlap(LineSegment3D line, float3 center, float radiusSq) | ShapeOverlap | static |
RectangleCircleOverlap(Rect rectangle, float2 circleCenter, float radiusSq) | ShapeOverlap | static |
RectangleContainsCircle(Rect rectangle, float2 circleCenter, float radiusSq) | ShapeOverlap | static |
SphereContainsCuboid(float3 sphereCenter, float radiusSq, float3 min, float3 max) | ShapeOverlap | static |
SphereContainsCuboid(float3 sphereCenter, float radiusSq, Bounds bounds) | ShapeOverlap | static |
SphereContainsSphere(float3 sphereCenter0, float radiusSq0, float3 sphereCenter1, float radiusSq1) | ShapeOverlap | static |
SphereSphereOverlap(float3 sphereCenter0, float radiusSq0, float3 sphereCenter1, float radiusSq1) | ShapeOverlap | static |