MCPcopy Create free account
hub / github.com/ByteArena/box2d / MakeB2Simplex

Function MakeB2Simplex

CollisionB2Distance.go:238–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236}
237
238func MakeB2Simplex() B2Simplex {
239 return B2Simplex{
240 M_vs: [3]B2SimplexVertex{
241 MakeB2SimplexVertex(),
242 MakeB2SimplexVertex(),
243 MakeB2SimplexVertex(),
244 },
245 }
246}
247
248func NewB2Simplex() *B2Simplex {
249 res := MakeB2Simplex()

Callers 2

NewB2SimplexFunction · 0.85
B2DistanceFunction · 0.85

Calls 1

MakeB2SimplexVertexFunction · 0.85

Tested by

no test coverage detected