Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
..
Properties b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
CTri.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
Concavity.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
ConvexBuilder.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
ConvexDecomposition.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
ConvexResult.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
HullClasses.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
HullTriangle.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
HullUtils.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 8 anos atrás
Plane.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
PlaneTri.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
Quaternion.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 8 anos atrás
SplitPlane.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
VertexLookup.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
float2.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
float3.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
float3x3.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
float4.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
float4x4.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
int3.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás
int4.cs b16abc8166 Massive tab and trailing space cleanup 7 anos atrás

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.