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

Method TransformPoint

draw.go:425–427  ·  view source on GitHub ↗

TODO unimplemented

(x float64, y float64)

Source from the content-addressed store, hash-verified

423
424// TODO unimplemented
425func (m *DrawMatrix) TransformPoint(x float64, y float64) (xout float64, yout float64) {
426 panic("TODO")
427}
428
429// TODO unimplemented
430func (m *DrawMatrix) TransformSize(x float64, y float64) (xout float64, yout float64) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected