alchemist-full
Toggle table of contents
43.0.55
alldocs
Target filter
alldocs
Switch theme
Search in API
Skip to content
alchemist-full
alchemist
/
it.unibo.alchemist.model
/
Route
Route
alldocs
interface
Route
<
P
:
Position
<
*
>
>
:
Iterable
<
P
>
,
Serializable
Parameters
type of Position followed by [Route]
Inheritors
TimedRoute
PolygonalChain
Members
Properties
points
Link copied to clipboard
alldocs
abstract
val
points
:
List
<
P
>
Functions
get
Point
Link copied to clipboard
alldocs
abstract
fun
getPoint
(
step
:
Int
)
:
P
iterator
Link copied to clipboard
alldocs
abstract
operator
fun
iterator
(
)
:
Iterator
<
P
>
length
Link copied to clipboard
alldocs
abstract
fun
length
(
)
:
Double
size
Link copied to clipboard
alldocs
abstract
fun
size
(
)
:
Int
stream
Link copied to clipboard
alldocs
open
fun
stream
(
)
:
Stream
<
P
>