Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
688
func
B2Vec2Abs(a B2Vec2) B2Vec2 {
689
return
MakeB2Vec2(math.Abs(a.X), math.Abs(a.Y))
690
}
691
692
func
B2Mat22Abs(A B2Mat22) B2Mat22 {
693
return
MakeB2Mat22FromColumns(
Callers
3
RayCast
Method · 0.85
RayCast
Method · 0.85
B2Mat22Abs
Function · 0.85
Calls
1
MakeB2Vec2
Function · 0.85
Tested by
no test coverage detected