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

Function B2Mat22Abs

CommonB2Math.go:692–697  ·  view source on GitHub ↗
(A B2Mat22)

Source from the content-addressed store, hash-verified

690}
691
692func B2Mat22Abs(A B2Mat22) B2Mat22 {
693 return MakeB2Mat22FromColumns(
694 B2Vec2Abs(A.Ex),
695 B2Vec2Abs(A.Ey),
696 )
697}
698
699func B2Vec2Min(a, b B2Vec2) B2Vec2 {
700 return MakeB2Vec2(

Callers

nothing calls this directly

Calls 2

MakeB2Mat22FromColumnsFunction · 0.85
B2Vec2AbsFunction · 0.85

Tested by

no test coverage detected