TODO unimplemented
(x float64, y float64)
| 423 | |
| 424 | // TODO unimplemented |
| 425 | func (m *DrawMatrix) TransformPoint(x float64, y float64) (xout float64, yout float64) { |
| 426 | panic("TODO") |
| 427 | } |
| 428 | |
| 429 | // TODO unimplemented |
| 430 | func (m *DrawMatrix) TransformSize(x float64, y float64) (xout float64, yout float64) { |
nothing calls this directly
no outgoing calls
no test coverage detected