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

Function NewB2SimplexVertex

CollisionB2Distance.go:227–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func NewB2SimplexVertex() *B2SimplexVertex {
228 res := MakeB2SimplexVertex()
229 return &res
230}
231
232type B2Simplex struct {
233 //M_v1, M_v2, M_v3 *B2SimplexVertex

Callers

nothing calls this directly

Calls 1

MakeB2SimplexVertexFunction · 0.85

Tested by

no test coverage detected