Struct smallpt::ray::Ray[][src]

pub struct Ray {
    pub origin: Vector3<f64>,
    pub direction: Vector3<f64>,
}

Fields

Methods

impl Ray
[src]

Trait Implementations

impl Copy for Ray
[src]

impl Clone for Ray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ray

impl Sync for Ray