PointF

open class PointF
typealias PointF = PointF

Constructors

PointF
Link copied to clipboard
common
fun PointF()
PointF
Link copied to clipboard
common
fun PointF(x: Float, y: Float)

Properties

x
Link copied to clipboard
common
var x: Float
y
Link copied to clipboard
common
var y: Float

Inheritors

IndexedPointF
Link copied to clipboard