Struct steam_audio::ffi::IPLQuaternion [] [src]

#[repr(C)]
pub struct IPLQuaternion { pub x: IPLfloat32, pub y: IPLfloat32, pub z: IPLfloat32, pub w: IPLfloat32, }

A unit-length quaternion. Quaternions are used to represent a rotation or orientation.

Fields

< The x-coordinate of the vector part.

< The y-coordinate of the vector part.

< The z-coordinate of the vector part.

< The scalar part.

Trait Implementations

impl Debug for IPLQuaternion
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLQuaternion
[src]

impl Clone for IPLQuaternion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more