Blender V5.0
int3 Class Reference

#include <int_vector_types.h>

Inherited by btHullTriangle.

Public Member Functions

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

Public Attributes

int x
int y
int z

Detailed Description

Definition at line 58 of file int_vector_types.h.

Constructor & Destructor Documentation

◆ int3() [1/2]

int3::int3 ( )
inline

Definition at line 29 of file btConvexHull.cpp.

Referenced by btHullTriangle::btHullTriangle(), and ccl_try_align().

◆ int3() [2/2]

int3::int3 ( int _x,
int _y,
int _z )
inline

Definition at line 30 of file btConvexHull.cpp.

References x, y, and z.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 37 of file btConvexHull.cpp.

References i, and x.

◆ operator[]() [2/2]

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

Definition at line 36 of file btConvexHull.cpp.

References i, and x.

Referenced by ccl_try_align().

Member Data Documentation

◆ x

◆ y

◆ z


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