Melanie Thielker b16abc8166 Massive tab and trailing space cleanup před 7 roky
..
Properties b16abc8166 Massive tab and trailing space cleanup před 7 roky
CTri.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
Concavity.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
ConvexBuilder.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
ConvexDecomposition.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
ConvexResult.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
HullClasses.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
HullTriangle.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
HullUtils.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. před 8 roky
Plane.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
Quaternion.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. před 8 roky
SplitPlane.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
VertexLookup.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
float2.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
float3.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
float3x3.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
float4.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
float4x4.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
int3.cs b16abc8166 Massive tab and trailing space cleanup před 7 roky
int4.cs b16abc8166 Massive tab and trailing space cleanup před 7 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.