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

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.