Struct rhusics::collide::prelude3d::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> Discrete<Ray<S, Point3<S>, Vector3<S>>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

Intersection test

impl<S> Continuous<Ray<S, Point3<S>, Vector3<S>>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S> PartialEq<Cuboid<S>> for Cuboid<S> where
    S: PartialEq<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> Debug for Cuboid<S> where
    S: Debug
[src]

[src]

Formats the value using the given formatter.

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> Volume<S, Matrix3<S>> for Cuboid<S> where
    S: BaseFloat
[src]

[src]

Compute the mass of the shape based on its material