Method Intersect2
Intersect2(NativeArray<PlanePacket4>, AABB)
Performs an intersection test between an AABB and 6 culling planes.
Declaration
public static FrustumPlanes.IntersectResult Intersect2(NativeArray<FrustumPlanes.PlanePacket4> cullingPlanePackets, AABB a)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<FrustumPlanes.PlanePacket4> | cullingPlanePackets | The planes to test. |
| AABB | a | An AABB to test. |
Returns
| Type | Description |
|---|---|
| FrustumPlanes.IntersectResult | Returns the intersection result. |