getValue

operator fun Point.Companion.getValue(thisRef: Any?, property: KProperty<*>): Point<C>
operator fun Line.Companion.getValue(thisRef: Any?, property: KProperty<*>): Line<C>
operator fun Quadric.Companion.getValue(thisRef: Any?, property: KProperty<*>): Quadric<C>