toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
trajectory-kt
/
space.kscience.trajectory
/
Obstacles
Obstacles
class
Obstacles
(
val
obstacles
:
List
<
Obstacle
>
)
Members
Constructors
Obstacles
Link copied to clipboard
constructor
(
obstacles
:
List
<
Obstacle
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
obstacles
Link copied to clipboard
val
obstacles
:
List
<
Obstacle
>
Functions
all
Trajectories
Link copied to clipboard
fun
allTrajectories
(
start
:
Pose2D
,
finish
:
Pose2D
,
radius
:
Double
)
:
List
<
Trajectory2D
>