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

Function B2Vec2Abs

CommonB2Math.go:688–690  ·  view source on GitHub ↗
(a B2Vec2)

Source from the content-addressed store, hash-verified

686}
687
688func B2Vec2Abs(a B2Vec2) B2Vec2 {
689 return MakeB2Vec2(math.Abs(a.X), math.Abs(a.Y))
690}
691
692func B2Mat22Abs(A B2Mat22) B2Mat22 {
693 return MakeB2Mat22FromColumns(

Callers 3

RayCastMethod · 0.85
RayCastMethod · 0.85
B2Mat22AbsFunction · 0.85

Calls 1

MakeB2Vec2Function · 0.85

Tested by

no test coverage detected