GifFractionPoint

annotation class GifFractionPoint(val x: Float, val y: Float)

A normalized point in the interaction node coordinate space.

Properties

Link copied to clipboard
val x: Float

Horizontal fraction in range [0.0, 1.0].

Link copied to clipboard
val y: Float

Vertical fraction in range [0.0, 1.0].