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

Function NewB2Transform

CommonB2Math.go:427–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425}
426
427func NewB2Transform() *B2Transform {
428 res := MakeB2Transform()
429 return &res
430}
431
432/// Initialize using a position vector and a rotation.
433func MakeB2TransformByPositionAndRotation(position B2Vec2, rotation B2Rot) B2Transform {

Callers

nothing calls this directly

Calls 1

MakeB2TransformFunction · 0.85

Tested by

no test coverage detected