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

Function NewB2EdgeShape

CollisionB2ShapeEdge.go:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func NewB2EdgeShape() *B2EdgeShape {
30 res := MakeB2EdgeShape()
31 return &res
32}
33
34///////////////////////////////////////////////////////////////////////////////
35///////////////////////////////////////////////////////////////////////////////

Callers 1

CloneMethod · 0.85

Calls 1

MakeB2EdgeShapeFunction · 0.85

Tested by

no test coverage detected