Path.getNodeAt

Returns the vertex at the given index. index should be less than or equal to length of the path.

struct Path
@nogc const
getNodeAt
(
uint index
)

Meta