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
p: Point3<f32>
t: f32
Trait Implementations
impl Copy for Intersection[src]
impl Clone for Intersection[src]
fn clone(&self) -> Intersection[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more