alchemist
alchemist
/
it.unibo.alchemist.model.interfaces.geometry.euclidean2d
/
Segment2D
/
copyWith
copy
With
abstract
fun
copyWith
(
first
:
P
=
this.first
,
second
:
P
=
this.second
)
:
Segment2D
<
P
>
Content copied to clipboard
Creates a copy of this Segment2D using the specified
first
and
second
points.