Struct steam_audio::ffi::IPLBox [] [src]

#[repr(C)]
pub struct IPLBox { pub minCoordinates: IPLVector3, pub maxCoordinates: IPLVector3, }

An axis-aligned box. Axis-aligned boxes are used to specify a volume of 3D space.

Fields

< The minimum coordinates of any vertex.

< The maximum coordinates of any vertex.

Trait Implementations

impl Debug for IPLBox
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLBox
[src]

impl Clone for IPLBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more