Obstacle

interface Obstacle

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val center: Vector2D<Double>
Link copied to clipboard

A closed right-handed circuit minimal path circumvention of the obstacle.

Functions

Link copied to clipboard

Create an obstacle circumvention in given direction starting (including) from obstacle node with given fromIndex

Create an obstacle circumvention in given direction starting (including) from obstacle node with given fromIndex and ending (including) at obstacle node with given toIndex

Link copied to clipboard
abstract fun intersectsTrajectory(trajectory: Trajectory2D): Boolean