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

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.