Struct siege::Beam [] [src]

pub struct Beam {
    pub start: Point<f64>,
    pub end: Point<f64>,
    pub material: Material,
}

A rectangular rod which is a basically a line with a material.

Fields

Methods

impl Beam
[src]

[src]

[src]

Trait Implementations

impl Debug for Beam
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Beam

impl Sync for Beam