get

@JvmName(name = "getInt")
operator fun KMutableProperty0<Int>.get(end: Int): V2<Int>
@JvmName(name = "getInt")
operator fun KMutableProperty0<Int>.get(initial: Int, end: Int): V2<Int>
@JvmName(name = "getMutableProperty")
operator fun <V : Interpolable<V>> KMutableProperty0<V>.get(end: V): V2<V>
@JvmName(name = "getMutableProperty")
operator fun <V : Interpolable<V>> KMutableProperty0<V>.get(initial: V, end: V): V2<V>
@JvmName(name = "getMutablePropertyPoint")
operator fun KMutableProperty0<Matrix>.get(end: Matrix): V2<Matrix>
@JvmName(name = "getMutablePropertyPoint")
operator fun KMutableProperty0<Matrix>.get(initial: Matrix, end: Matrix): V2<Matrix>
@JvmName(name = "getMutablePropertyPoint")
operator fun KMutableProperty0<Point>.get(end: Point): V2<Point>
@JvmName(name = "getMutablePropertyPoint")
operator fun KMutableProperty0<Point>.get(initial: Point, end: Point): V2<Point>
@JvmName(name = "getMutablePropertySize")
operator fun KMutableProperty0<Size>.get(end: Size): V2<Size>
@JvmName(name = "getMutablePropertySize")
operator fun KMutableProperty0<Size>.get(initial: Size, end: Size): V2<Size>
@JvmName(name = "getMutablePropertyScale")
operator fun KMutableProperty0<Scale>.get(end: Scale): V2<Scale>
@JvmName(name = "getMutablePropertyScale")
operator fun KMutableProperty0<Scale>.get(initial: Scale, end: Scale): V2<Scale>
@JvmName(name = "getPoint")
inline operator fun KMutableProperty0<Point>.get(path: VectorPath, includeLastPoint: Boolean = path.isLastCommandClose, reversed: Boolean = false): V2<Point>
@JvmName(name = "getPoint")
inline operator fun KMutableProperty0<Point>.get(range: PointList): V2<Point>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(end: Float): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(end: Int): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(end: Double): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(end: Long): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(end: Number): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(initial: Float, end: Float): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(initial: Int, end: Int): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(initial: Double, end: Double): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(initial: Long, end: Long): V2<Float>
@JvmName(name = "getFloat")
inline operator fun KMutableProperty0<Float>.get(initial: Number, end: Number): V2<Float>
inline operator fun KMutableProperty0<Ratio>.get(end: Ratio): V2<Ratio>
inline operator fun KMutableProperty0<Ratio>.get(initial: Ratio, end: Ratio): V2<Ratio>
inline operator fun KMutableProperty0<Double>.get(end: Double): V2<Double>
inline operator fun KMutableProperty0<Double>.get(end: Int): V2<Double>
inline operator fun KMutableProperty0<Double>.get(end: Float): V2<Double>
inline operator fun KMutableProperty0<Double>.get(end: Long): V2<Double>
inline operator fun KMutableProperty0<Double>.get(end: Number): V2<Double>
inline operator fun KMutableProperty0<Double>.get(initial: Double, end: Double): V2<Double>
inline operator fun KMutableProperty0<Double>.get(initial: Int, end: Int): V2<Double>
inline operator fun KMutableProperty0<Double>.get(initial: Float, end: Float): V2<Double>
inline operator fun KMutableProperty0<Double>.get(initial: Long, end: Long): V2<Double>
inline operator fun KMutableProperty0<Double>.get(initial: Number, end: Number): V2<Double>
inline operator fun KMutableProperty0<RGBA>.get(end: RGBA): V2<RGBA>
inline operator fun KMutableProperty0<RGBA>.get(initial: RGBA, end: RGBA): V2<RGBA>
inline operator fun KMutableProperty0<ColorAdd>.get(end: ColorAdd): V2<ColorAdd>
inline operator fun KMutableProperty0<ColorAdd>.get(initial: ColorAdd, end: ColorAdd): V2<ColorAdd>
inline operator fun KMutableProperty0<Angle>.get(end: Angle): V2<Angle>
inline operator fun KMutableProperty0<Angle>.get(initial: Angle, end: Angle): V2<Angle>
inline operator fun KMutableProperty0<TimeSpan>.get(end: TimeSpan): V2<TimeSpan>
inline operator fun KMutableProperty0<TimeSpan>.get(initial: TimeSpan, end: TimeSpan): V2<TimeSpan>


@JvmName(name = "getIPoint")
inline operator fun KMutableProperty0<MPoint>.get(path: VectorPath, includeLastPoint: Boolean = path.isLastCommandClose, reversed: Boolean = false): V2<MPoint>
@JvmName(name = "getIPoint")
inline operator fun KMutableProperty0<MPoint>.get(range: PointList): V2<MPoint>

Deprecated