Function ColliderMeshBuilder2D.AddCapsuleMesh
        
                AddCapsuleMesh
        
                (float2 c1, float2 c2, ref Matrix4x4 shapeMatrix, float radius, float maxError, ref UnsafeList<float3> outputVertices, ref UnsafeList<int3> outputIndices, ref float3 mn, ref float3 mx)
    
            
            
                Private
                    Static
            
        void AddCapsuleMesh (
float2  |     c1  |         |
float2  |     c2  |         |
ref Matrix4x4  |     shapeMatrix  |         |
float  |     radius  |         |
float  |     maxError  |         |
ref UnsafeList<float3>  |     outputVertices  |         |
ref UnsafeList<int3>  |     outputIndices  |         |
ref float3  |     mn  |         |
ref float3  |     mx  |