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

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.