Option returns the originally constructed [Transformer] option. The == operator can be used to detect the exact option used.
()
| 316 | // Option returns the originally constructed [Transformer] option. |
| 317 | // The == operator can be used to detect the exact option used. |
| 318 | func (tf Transform) Option() Option { return tf.trans } |
| 319 | |
| 320 | // pointerPath represents a dual-stack of pointers encountered when |
| 321 | // recursively traversing the x and y values. This data structure supports |
no outgoing calls