UbitUmarov 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
..
Properties 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
CTri.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
Concavity.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
ConvexBuilder.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
ConvexDecomposition.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
ConvexResult.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
HullClasses.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
HullTriangle.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
HullUtils.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. il y a 9 ans
Plane.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
PlaneTri.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
Quaternion.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. il y a 9 ans
SplitPlane.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
VertexLookup.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
float2.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
float3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
float3x3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
float4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
float4x4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
int3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans
int4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module il y a 9 ans

README.txt

ConvexDecompositionDotNet
=========================

A C# port of the ConvexDecomposition library by John W. Ratcliff and Stan Melax.
The original C++ version is available at .
See the blog post at
for a thorough explanation of generating convex hulls from concave meshes.