init(scale:offset:)
Creates a linear transformer.
Declaration
init(scale: Element, offset: Element)Parameters
- scale:
The amount to be scaled.
- offset:
The amount to be offset after scaling.
Creates a linear transformer.
init(scale: Element, offset: Element)The amount to be scaled.
The amount to be offset after scaling.