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

#include <a3d/Math.h>

Public Member Functions

 u32vec4 ()
 
 u32vec4 (u32 x_, u32 y_, u32 z_, u32 w_)
 
 u32vec4 (const u32vec3 &v, u32 w_)
 
 u32vec4 (u32 n)
 
 u32vec4 (const u32vec2 &v)
 
 u32vec4 (const u32vec3 &v)
 
u32 & operator[] (std::size_t i)
 
const u32 & operator[] (std::size_t i) const
 

Public Attributes

u32 x
 

Detailed Description

Definition at line 439 of file Math.h.

Constructor & Destructor Documentation

◆ u32vec4() [1/6]

a3d::math::u32vec4::u32vec4 ( )

◆ u32vec4() [2/6]

a3d::math::u32vec4::u32vec4 ( u32  x_,
u32  y_,
u32  z_,
u32  w_ 
)

◆ u32vec4() [3/6]

a3d::math::u32vec4::u32vec4 ( const u32vec3 v,
u32  w_ 
)

◆ u32vec4() [4/6]

a3d::math::u32vec4::u32vec4 ( u32  n)
explicit

◆ u32vec4() [5/6]

a3d::math::u32vec4::u32vec4 ( const u32vec2 v)
explicit

◆ u32vec4() [6/6]

a3d::math::u32vec4::u32vec4 ( const u32vec3 v)
explicit

Member Function Documentation

◆ operator[]() [1/2]

u32 & a3d::math::u32vec4::operator[] ( std::size_t  i)

◆ operator[]() [2/2]

const u32 & a3d::math::u32vec4::operator[] ( std::size_t  i) const

Member Data Documentation

◆ x

u32 a3d::math::u32vec4::x

Definition at line 440 of file Math.h.


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