Point Adapter
Adapts various representations of bidimensional positions.
Parameters
<P>
position type
Functions
Link copied to clipboard
Link copied to clipboard
open fun <P : Position2D<out P>?> from(p: Position2D<out Any>): PointAdapter<P>
Content copied to clipboard
Builds a PointAdapter.
open fun <P : Position2D<out P>?> from(x: Double, y: Double): PointAdapter<P>
Content copied to clipboard
Builds a PointAdapter from coordinates.
Link copied to clipboard
Link copied to clipboard