Struct sc2::data::DebugAabb [] [src]

pub struct DebugAabb { /* fields omitted */ }

a debug axis-aligned bounding box defined by two corners

Methods

impl DebugAabb
[src]

[src]

create an AABB

[src]

set the color of the box (default is white)

Trait Implementations

impl Debug for DebugAabb
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DebugAabb
[src]

impl Clone for DebugAabb
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<DebugAabb> for DebugCommand
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugAabb

impl Sync for DebugAabb