com.agog.mathdisplay.render / CGPoint

CGPoint

data class CGPoint : Any

Constructors

<init> CGPoint(x: Float = 0.0f, y: Float = 0.0f)

Properties

x var x: Float
y var y: Float