Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 년 전
..
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 b16abc8166 Massive tab and trailing space cleanup 7 년 전
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 8 년 전
Plane.cs b16abc8166 Massive tab and trailing space cleanup 7 년 전
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup 7 년 전
Quaternion.cs b16abc8166 Massive tab and trailing space cleanup 7 년 전
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 8 년 전
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.