Struct steam_audio::ffi::IPLOrientedBox [] [src]

#[repr(C)]
pub struct IPLOrientedBox { pub mCenter: IPLVector3, pub mExtents: IPLVector3, pub mRotation: IPLQuaternion, }

An oriented box. Oriented boxes are used to specify a volume of 3D space.

Fields

< The center of the box.

< The extents of the box.

< The rotation of the box.

Trait Implementations

impl Debug for IPLOrientedBox
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLOrientedBox
[src]

impl Clone for IPLOrientedBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more