Struct collision::Cylinder [] [src]

pub struct Cylinder<S> {
    pub center: Point3<S>,
    pub axis: Vector3<S>,
    pub radius: S,
}

Fields

Trait Implementations

impl<S: Copy> Copy for Cylinder<S>
[src]

impl<S: Clone> Clone for Cylinder<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: PartialEq> PartialEq for Cylinder<S>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.