Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 år sedan
..
Properties b16abc8166 Massive tab and trailing space cleanup 7 år sedan
CTri.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
Concavity.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
ConvexBuilder.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
ConvexDecomposition.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
ConvexResult.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
HullClasses.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
HullTriangle.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
HullUtils.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 år sedan
Plane.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
Quaternion.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 år sedan
SplitPlane.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
VertexLookup.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
float2.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
float3.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
float3x3.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
float4.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
float4x4.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
int3.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan
int4.cs b16abc8166 Massive tab and trailing space cleanup 7 år sedan

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.