Math Util
Utility functions that are used by both PolyUtil and SphericalUtil.
Functions
Link copied to clipboard
open fun getDistanceToLine( @NonNull a: Point, @NonNull b: Point, @NonNull p: Point): Double
Content copied to clipboard
* Returns the distance from a line (given by it's endpoints) to a point