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.