unaryMinus

open operator fun Matrix<T>.unaryMinus(): Matrix<T>(source)
open operator fun Point<T>.unaryMinus(): Point<T>(source)