Struct steering::Seek [] [src]

pub struct Seek<T> where
    T: Real
{ pub behavior: RefCell<SteeringBehavior<T>>, }

Seek behavior calculates the maximum linear valocity to reach the target location

Fields

common steering behavior attributes

Trait Implementations

impl<T: Real> HasSteeringBehavior<T> for Seek<T>
[src]

impl<T: Real> SteeringAccelerationCalculator<T> for Seek<T>
[src]

[src]

[src]