Struct mgf::Intersection [] [src]

pub struct Intersection {
    pub p: Point3<f32>,
    pub t: f32,
}

Intersection models a collision that occurs at some time and has a single point of contact. Useful for collisions that do not concern volume.

Fields

Trait Implementations

impl Copy for Intersection
[src]

impl Clone for Intersection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Intersection
[src]

[src]

Formats the value using the given formatter.