PointTransformer
public fun interface PointTransformer
Interface for a function that can transform (rotate/scale/translate/etc.) points.
Summary
Public methods |
|
|---|---|
abstract @NonNull FloatFloatPair |
transform(float x, float y)Transform the point given the x and y parameters, returning the transformed point as a |
Public methods
transform
Added in 1.0.0
abstract @NonNull FloatFloatPair transform(float x, float y)
Transform the point given the x and y parameters, returning the transformed point as a TransformResult