This is the complete list of members for HullAlgorithms, including all inherited members.
CalculateBoundingBox(NativeArray< float3 > points, NativeReference< Bounds > bounds, float addedMargin=0.0f, JobHandle dependsOn=default) | HullAlgorithms | static |
CalculateBoundingRect(NativeArray< float2 > points, NativeReference< Rect > rectangle, float addedMargin=0.0f, JobHandle dependsOn=default) | HullAlgorithms | static |
CreateConcaveHull(NativeArray< float2 > points, ref NativePolygon2D polygon, float concavity, float epsilon=10e-4f, Allocator jobAllocator=Allocator.TempJob, JobHandle dependsOn=default) | HullAlgorithms | static |
CreateConvexHull(NativeArray< float2 > points, ref NativePolygon2D polygon, Allocator jobAllocator=Allocator.TempJob, JobHandle dependsOn=default) | HullAlgorithms | static |
CreateConvexHull(NativeArray< float2 > points, ref NativePolygon2D polygon, bool filter, Allocator jobAllocator=Allocator.TempJob, JobHandle dependsOn=default) | HullAlgorithms | static |
CreateConvexHull(Allocator allocator, List< float2 > points, bool prefilterPoints=false) | HullAlgorithms | static |
FindConvexHullIndices(NativeArray< float2 > points, ref NativeList< int > indices, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | HullAlgorithms | static |
FindConvexHullIndices(NativeArray< float2 > points, ref NativeList< int > indices, bool filter, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | HullAlgorithms | static |
FindMinimumEnclosingDisc(NativeArray< float2 > points, NativeReference< float2 > center, NativeReference< float > radius, JobHandle dependsOn=default) | HullAlgorithms | static |
FindMinimumEnclosingSphere(NativeArray< float3 > points, NativeReference< float3 > center, NativeReference< float > radius, JobHandle dependsOn=default) | HullAlgorithms | static |