Struct smallpt::plane::Plane[][src]

pub struct Plane {
    pub position: Vector3<f64>,
    pub normal: Vector3<f64>,
    pub material: Material,
}

Fields

Methods

impl Plane
[src]

Trait Implementations

impl Copy for Plane
[src]

impl Clone for Plane
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Traceable for Plane
[src]

Auto Trait Implementations

impl Send for Plane

impl Sync for Plane