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 TransformResult

Public methods

transform

Added in 1.0.0-alpha05
abstract @NonNull FloatFloatPair transform(float x, float y)

Transform the point given the x and y parameters, returning the transformed point as a TransformResult