Vincent Sylvester 13dbbc2683 Remove tabs, indent code properly 2 年之前
..
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 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 7 年之前
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup 7 年之前
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 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.