Struct simulation::uav::UavController [] [src]

pub struct UavController {
    pub pattern_size: [f32; 2],
    pub pattern_center: [f32; 2],
    pub pattern_type: PatternType,
}

Configuration options for how the UAV is controlled

Fields

The size of the bounding rectangle that contains the flight pattern

The center (or offset) of the flight pattern

The type of patten to use

Methods

impl UavController
[src]

Create a new UAV controller using the specified parameters

Trait Implementations

impl Copy for UavController
[src]

impl Clone for UavController
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more