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

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.