Struct cgmath_culling::BoundingBox [] [src]

#[repr(C)]
pub struct BoundingBox<S> { pub min: Vector3<S>, pub max: Vector3<S>, }

Fields

min point

max point

Methods

impl<S: BaseFloat> BoundingBox<S>
[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

impl<S: Clone> Clone for BoundingBox<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 BoundingBox<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: Eq> Eq for BoundingBox<S>
[src]

impl<S: Hash> Hash for BoundingBox<S>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<S> From<(Vector3<S>, Vector3<S>)> for BoundingBox<S>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<S> Send for BoundingBox<S> where
    S: Send

impl<S> Sync for BoundingBox<S> where
    S: Sync