FormXPointF

data class FormXPointF(val x: Float, val y: Float)

FormXPointF is a point in the coordinate system of the image

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Check if two FormXPointF are equal

Link copied to clipboard
fun scale(scale: Float): FormXPointF

Scale the point by the given scale factor.

fun scale(xScale: Float, yScale: Float): FormXPointF

Scale the point by the given scale factor

Link copied to clipboard

Translate the point by the given x and y values

Properties

Link copied to clipboard
val x: Float
Link copied to clipboard
val y: Float

the y coordinate of the point