Struct collision::primitive::Cuboid [] [src]

pub struct Cuboid<S> { /* fields omitted */ }

Cuboid primitive.

Have a cached set of corner points to speed up computation.

Methods

impl<S> Cuboid<S> where
    S: BaseFloat
[src]

[src]

Create a new rectangle primitive from component dimensions

[src]

Create a new rectangle primitive from a vector of component dimensions

Trait Implementations

impl<S: Debug> Debug for Cuboid<S>
[src]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

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

[src]

This method tests for !=.

impl<S> Primitive for Cuboid<S> where
    S: BaseFloat
[src]

Point type

[src]

Get the support point on the shape in a given direction. Read more

impl<S> ComputeBound<Aabb3<S>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

Compute the bounding volume

impl<S> ComputeBound<Sphere<S>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

Compute the bounding volume

impl<S> Discrete<Ray3<S>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

Intersection test

impl<S> Continuous<Ray3<S>> for Cuboid<S> where
    S: BaseFloat
[src]

Result returned by the intersection test

[src]

Intersection test