Struct barnes::Square [] [src]

pub struct Square {
    pub x: i64,
    pub y: i64,
    pub lenght: i64,
    pub weight: i64,
    pub point: Option<Point>,
    pub bucket: Option<Vec<Point>>,
    pub region: Option<Box<Region>>,
}

Fields

Methods

impl Square
[src]

Trait Implementations

impl Debug for Square
[src]

Formats the value using the given formatter.