Vincent Sylvester 13dbbc2683 Remove tabs, indent code properly před 2 roky
..
Properties b16abc8166 Massive tab and trailing space cleanup před 8 roky
CTri.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
Concavity.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
ConvexBuilder.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
ConvexDecomposition.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
ConvexResult.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
HullClasses.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
HullTriangle.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
HullUtils.cs 13dbbc2683 Remove tabs, indent code properly před 2 roky
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. před 9 roky
Plane.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
Quaternion.cs 9d60ceb85f update libomv před 3 roky
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. před 9 roky
SplitPlane.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
VertexLookup.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
float2.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
float3.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
float3x3.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
float4.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
float4x4.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
int3.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky
int4.cs b16abc8166 Massive tab and trailing space cleanup před 8 roky

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.