PointTransformer



Interface for a function that can transform (rotate/scale/translate/etc.) points.

Summary

Public functions

FloatFloatPair
transform(x: Float, y: Float)

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

Cmn

Public functions

transform

fun transform(x: Float, y: Float): FloatFloatPair

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