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

Function NewB2Mat22FromColumns

CommonB2Math.go:235–238  ·  view source on GitHub ↗
(c1, c2 B2Vec2)

Source from the content-addressed store, hash-verified

233}
234
235func NewB2Mat22FromColumns(c1, c2 B2Vec2) *B2Mat22 {
236 res := MakeB2Mat22FromColumns(c1, c2)
237 return &res
238}
239
240/// Construct this matrix using scalars.
241func MakeB2Mat22FromScalars(a11, a12, a21, a22 float64) B2Mat22 {

Callers

nothing calls this directly

Calls 1

MakeB2Mat22FromColumnsFunction · 0.85

Tested by

no test coverage detected