DOTS Geometry
 
Loading...
Searching...
No Matches
ShapeOverlap Member List

This is the complete list of members for ShapeOverlap, including all inherited members.

CapsuleSphereOverlap(Capsule capsule, float3 center, float radiusSq)ShapeOverlapstatic
CircleCircleOverlap(float2 circleCenter0, float radiusSq0, float2 circleCenter1, float radiusSq1)ShapeOverlapstatic
CircleContainsCircle(float2 circleCenter0, float radiusSq0, float2 circleCenter1, float radiusSq1)ShapeOverlapstatic
CircleContainsRectangle(float2 circleCenter, float radiusSq, Rect rectangle)ShapeOverlapstatic
CuboidContainsSphere(Bounds bounds, float3 sphereCenter, float radiusSq)ShapeOverlapstatic
CuboidSphereOverlap(float3 min, float3 max, float3 sphereCenter, float radiusSq)ShapeOverlapstatic
CuboidSphereOverlap(Bounds bounds, float3 sphereCenter, float radiusSq)ShapeOverlapstatic
LineSegmentCircleOverlap(LineSegment2D line, float2 center, float radiusSq)ShapeOverlapstatic
LineSegmentCuboidOverlap(LineSegment3D line, Bounds bounds)ShapeOverlapstatic
LineSegmentRectangleOverlap(LineSegment2D line, Rect rect)ShapeOverlapstatic
LineSegmentSphereOverlap(LineSegment3D line, float3 center, float radiusSq)ShapeOverlapstatic
RectangleCircleOverlap(Rect rectangle, float2 circleCenter, float radiusSq)ShapeOverlapstatic
RectangleContainsCircle(Rect rectangle, float2 circleCenter, float radiusSq)ShapeOverlapstatic
SphereContainsCuboid(float3 sphereCenter, float radiusSq, float3 min, float3 max)ShapeOverlapstatic
SphereContainsCuboid(float3 sphereCenter, float radiusSq, Bounds bounds)ShapeOverlapstatic
SphereContainsSphere(float3 sphereCenter0, float radiusSq0, float3 sphereCenter1, float radiusSq1)ShapeOverlapstatic
SphereSphereOverlap(float3 sphereCenter0, float radiusSq0, float3 sphereCenter1, float radiusSq1)ShapeOverlapstatic