Blender V5.0
int4 Class Reference

#include <int_vector_types.h>

Public Member Functions

 int4 ()
 int4 (int _x, int _y, int _z, int _w)
const int & operator[] (int i) const
int & operator[] (int i)

Public Attributes

int x
int y
int z
int w

Detailed Description

Definition at line 109 of file int_vector_types.h.

Constructor & Destructor Documentation

◆ int4() [1/2]

int4::int4 ( )
inline

Definition at line 150 of file btConvexHull.h.

◆ int4() [2/2]

int4::int4 ( int _x,
int _y,
int _z,
int _w )
inline

Definition at line 151 of file btConvexHull.h.

References w, x, y, and z.

Member Function Documentation

◆ operator[]() [1/2]

int & int4::operator[] ( int i)
inline

Definition at line 159 of file btConvexHull.h.

References i, and x.

◆ operator[]() [2/2]

const int & int4::operator[] ( int i) const
inline

Definition at line 158 of file btConvexHull.h.

References i, and x.

Member Data Documentation

◆ w

◆ x

◆ y

◆ z


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