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

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.