Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MyDynamicAABBTreeD.OverlapAllFrustum

Malware edited this page Dec 25, 2018 · 27 revisions

IndexMyDynamicAABBTreeD

csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [uint](System.UInt32) requiredFlags, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [List<T>](System.Collections.Generic.List`1) isInsideList)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [T]() results)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [List<T>](System.Collections.Generic.List`1) isInsideList, [float](System.Single) tSqr, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [Action<T1, T2>](System.Action`2) add, [float](System.Single) tSqr)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, [T]() results, [float](System.Single) tSqr)

Clone this wiki locally