-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MyDynamicAABBTree.OverlapAllFrustum
csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [uint](System.UInt32) requiredFlags, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [List<T>](System.Collections.Generic.List`1) isInsideList, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [Action<T1, T2>](System.Action`2) add)``````csharpvoid OverlapAllFrustum<T, Op><[T](), [Op]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, ref [Op]() add)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) 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 [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [Action<T1, T2>](System.Action`2) add, [float](System.Single) tSqr)``````csharpvoid OverlapAllFrustum<T, Op><[T](), [Op]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [float](System.Single) tSqr, ref [Op]() add)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!