NormalizedCoordinateArgs

data class NormalizedCoordinateArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<NormalizedCoordinateArgs>

2D normalized coordinates. Default: {0.0, 0.0}

Constructors

Link copied to clipboard
constructor(x: Output<Double>? = null, y: Output<Double>? = null)

Properties

Link copied to clipboard
val x: Output<Double>? = null

Normalized x coordinate.

Link copied to clipboard
val y: Output<Double>? = null

Normalized y coordinate.

Functions

Link copied to clipboard
open override fun toJava(): NormalizedCoordinateArgs