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

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.