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

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.