Android Studio Sign in

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
abstract @NonNull FloatFloatPair transform(float x, float y)

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.