MCPcopy Create free account
hub / github.com/andlabs/ui / Multiply

Method Multiply

draw.go:398–404  ·  view source on GitHub ↗

TODO

(m2 *DrawMatrix)

Source from the content-addressed store, hash-verified

396
397// TODO
398func (m *DrawMatrix) Multiply(m2 *DrawMatrix) {
399 cm := m.toLibui()
400 cm2 := m2.toLibui()
401 C.uiDrawMatrixMultiply(cm, cm2)
402 C.pkguiFreeMatrix(cm2)
403 m.fromLibui(cm)
404}
405
406// TODO
407func (m *DrawMatrix) Invertible() bool {

Callers

nothing calls this directly

Calls 3

toLibuiMethod · 0.95
fromLibuiMethod · 0.95
toLibuiMethod · 0.65

Tested by

no test coverage detected