Avara3D 0.2.0
C++ API reference
a3d::math::f32quat Struct Reference

#include <a3d/Math.h>

Public Member Functions

 f32quat ()
 
 f32quat (f32 w_, f32 x_, f32 y_, f32 z_)
 
 f32quat (f32 s)
 
f32 & operator[] (std::size_t i)
 
const f32 & operator[] (std::size_t i) const
 

Public Attributes

f32 w
 

Detailed Description

Definition at line 766 of file Math.h.

Constructor & Destructor Documentation

◆ f32quat() [1/3]

a3d::math::f32quat::f32quat ( )

◆ f32quat() [2/3]

a3d::math::f32quat::f32quat ( f32  w_,
f32  x_,
f32  y_,
f32  z_ 
)

◆ f32quat() [3/3]

a3d::math::f32quat::f32quat ( f32  s)
explicit

Member Function Documentation

◆ operator[]() [1/2]

f32 & a3d::math::f32quat::operator[] ( std::size_t  i)

◆ operator[]() [2/2]

const f32 & a3d::math::f32quat::operator[] ( std::size_t  i) const

Member Data Documentation

◆ w

f32 a3d::math::f32quat::w

Definition at line 767 of file Math.h.


The documentation for this struct was generated from the following file: