Struct zeno::Walk[][src]

pub struct Walk<D> { /* fields omitted */ }
Expand description

An iterator like type that walks along a path by arbitrary steps.

Implementations

Creates a new iterator like type that steps along a path by abitrary distances.

Creates a new iterator like type that steps along a transformed path by abitrary distances.

Steps by the specified distance and returns the point at the new location and the normal vector describing the left-ward direction at that point. Returns None if the distance steps beyond the end of the path.

Returns the remaining distance available to walk on the path.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.