Diva Canto 2c0cad6dd3 Renamed the namespaces too 9 年之前
..
Properties 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 年之前
CTri.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
Concavity.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
ConvexBuilder.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
ConvexDecomposition.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
ConvexResult.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
HullClasses.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
HullTriangle.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
HullUtils.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 年之前
Plane.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
PlaneTri.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
Quaternion.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 年之前
SplitPlane.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
VertexLookup.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
float2.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
float3.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
float3x3.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
float4.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
float4x4.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
int3.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前
int4.cs 2c0cad6dd3 Renamed the namespaces too 9 年之前

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.