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

#include <a3d/Math.h>

Public Member Functions

 i32vec3 ()
 
 i32vec3 (i32 x_, i32 y_, i32 z_)
 
 i32vec3 (const i32vec2 &v, i32 z_)
 
 i32vec3 (i32 n)
 
 i32vec3 (const i32vec2 &v)
 
 i32vec3 (const i32vec4 &v)
 
i32 & operator[] (std::size_t i)
 
const i32 & operator[] (std::size_t i) const
 

Public Attributes

i32 x
 

Detailed Description

Definition at line 305 of file Math.h.

Constructor & Destructor Documentation

◆ i32vec3() [1/6]

a3d::math::i32vec3::i32vec3 ( )

◆ i32vec3() [2/6]

a3d::math::i32vec3::i32vec3 ( i32  x_,
i32  y_,
i32  z_ 
)

◆ i32vec3() [3/6]

a3d::math::i32vec3::i32vec3 ( const i32vec2 v,
i32  z_ 
)

◆ i32vec3() [4/6]

a3d::math::i32vec3::i32vec3 ( i32  n)
explicit

◆ i32vec3() [5/6]

a3d::math::i32vec3::i32vec3 ( const i32vec2 v)
explicit

◆ i32vec3() [6/6]

a3d::math::i32vec3::i32vec3 ( const i32vec4 v)
explicit

Member Function Documentation

◆ operator[]() [1/2]

i32 & a3d::math::i32vec3::operator[] ( std::size_t  i)

◆ operator[]() [2/2]

const i32 & a3d::math::i32vec3::operator[] ( std::size_t  i) const

Member Data Documentation

◆ x

i32 a3d::math::i32vec3::x

Definition at line 306 of file Math.h.


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