Struct sc2::debug::DebugAabb[][src]

pub struct DebugAabb { /* fields omitted */ }

A debug axis-aligned bounding box defined by two corners.

Methods

impl DebugAabb
[src]

Create an AABB.

Set the color of the box (default is white).

Trait Implementations

impl Debug for DebugAabb
[src]

Formats the value using the given formatter. Read more

impl Copy for DebugAabb
[src]

impl Clone for DebugAabb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DebugAabb> for DebugCommand
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugAabb

impl Sync for DebugAabb