inline operator fun PointF.minus(p: PointF): PointF
Offsets this point by the negation of the specified point and returns the result as a new point.
inline operator fun PointF.minus(xy: Float): PointF
Offsets this point by the negation of the specified amount on both X and Y axis and returns the result as a new point.