Struct steam_audio::ffi::IPLSphere [] [src]

#[repr(C)]
pub struct IPLSphere { pub center: IPLVector3, pub radius: IPLfloat32, }

A sphere. Spheres are used to define a region of influence around a point.

Fields

< The center.

< The radius.

Trait Implementations

impl Debug for IPLSphere
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLSphere
[src]

impl Clone for IPLSphere
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more