Position

interface Position

Provides an interface for position. Positions are relative to the top left corner, top left ix 0,0, bottom right is 1,1.

Properties

Link copied to clipboard
abstract val normalizedX: Double

Get the normalized X position.

Link copied to clipboard
abstract val normalizedY: Double

Get the normalized Y position.