Blender  V3.3
Public Member Functions | Public Attributes | List of all members
int3 Class Reference
Inheritance diagram for int3:
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 25 of file btConvexHull.cpp.

Constructor & Destructor Documentation

◆ int3() [1/2]

int3::int3 ( )
inline

Definition at line 29 of file btConvexHull.cpp.

◆ 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]

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

Definition at line 37 of file btConvexHull.cpp.

References x.

◆ operator[]() [2/2]

CCL_NAMESPACE_BEGIN __forceinline int int3::operator[] ( int  i) const
inline

Definition at line 36 of file btConvexHull.cpp.

References x.

Member Data Documentation

◆ x

int int3::x

◆ y

int int3::y

◆ z

int int3::z

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