We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18ed69 commit 3c38c81Copy full SHA for 3c38c81
epa/manifold.go
@@ -48,7 +48,6 @@ type ManifoldBuilder struct {
48
worldFeatureB [maxBufferSize]mgl64.Vec3
49
clipBuffer1 [maxBufferSize]mgl64.Vec3
50
clipBuffer2 [maxBufferSize]mgl64.Vec3
51
- clippedResult [maxBufferSize]mgl64.Vec3 // Dedicated buffer for final clipping result
52
tempPoints [maxBufferSize]constraint.ContactPoint
53
54
// Counters
0 commit comments