PointTransformer
-
Cmn
fun interface PointTransformer
Interface for a function that can transform (rotate/scale/translate/etc.) points.
Summary
Public functions |
||
|---|---|---|
FloatFloatPair |
Transform the point given the x and y parameters, returning the transformed point as a |
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