Method Intersect2NoPartial
Intersect2NoPartial(NativeArray<PlanePacket4>, AABB)
Performs an intersection test between an AABB and 6 culling planes.
Declaration
public static FrustumPlanes.IntersectResult Intersect2NoPartial(NativeArray<FrustumPlanes.PlanePacket4> cullingPlanePackets, AABB a)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<FrustumPlanes.PlanePacket4> | cullingPlanePackets | The planes to test. |
| AABB | a | The AABB to test. |
Returns
| Type | Description |
|---|---|
| FrustumPlanes.IntersectResult | Intersection result |
Remarks
This method treats a partial intersection as being inside of the planes.