Struct collision::FrustumPoints [] [src]

pub struct FrustumPoints<S> {
    pub near_top_left: Point3<S>,
    pub near_top_right: Point3<S>,
    pub near_bottom_left: Point3<S>,
    pub near_bottom_right: Point3<S>,
    pub far_top_left: Point3<S>,
    pub far_top_right: Point3<S>,
    pub far_bottom_left: Point3<S>,
    pub far_bottom_right: Point3<S>,
}

Fields

Trait Implementations

impl<S: Encodable> Encodable for FrustumPoints<S>
[src]

impl<S: Decodable> Decodable for FrustumPoints<S>
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.