Blender  V3.3
Public Member Functions | Public Attributes | List of all members
uint3 Struct Reference

#include <types_uint3.h>

Public Member Functions

__forceinline uint operator[] (uint i) const
 
__forceinline uintoperator[] (uint i)
 

Public Attributes

uint x
 
uint y
 
uint z
 

Detailed Description

Definition at line 14 of file types_uint3.h.

Member Function Documentation

◆ operator[]() [1/2]

__forceinline uint & uint3::operator[] ( uint  i)

Definition at line 20 of file types_uint3_impl.h.

References util_assert, and x.

◆ operator[]() [2/2]

CCL_NAMESPACE_BEGIN __forceinline uint uint3::operator[] ( uint  i) const

Definition at line 14 of file types_uint3_impl.h.

References util_assert, and x.

Member Data Documentation

◆ x

uint uint3::x

Definition at line 15 of file types_uint3.h.

Referenced by operator[]().

◆ y

uint uint3::y

Definition at line 15 of file types_uint3.h.

◆ z

uint uint3::z

Definition at line 15 of file types_uint3.h.


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