Blender V2.61 - r43446
Public Member Functions | Public Attributes

int3 Class Reference

#include <util_types.h>

Inheritance diagram for int3:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int operator[] (int i) const
int & operator[] (int i)
 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 136 of file util_types.h.


Constructor & Destructor Documentation

int3::int3 ( ) [inline]

Definition at line 40 of file btConvexHull.cpp.

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

Definition at line 41 of file btConvexHull.cpp.

References x, y, and z.


Member Function Documentation

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

Definition at line 139 of file util_types.h.

References i, and x.

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

Definition at line 43 of file btConvexHull.cpp.

References i, and x.

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

Definition at line 42 of file btConvexHull.cpp.

References i, and x.

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

Definition at line 140 of file util_types.h.

References i, and x.


Member Data Documentation

int int3::x

Definition at line 137 of file util_types.h.

Referenced by clamp(), int3(), max(), operator[](), perlin_periodic(), phash(), and print_int3().

int int3::y

Definition at line 137 of file util_types.h.

Referenced by clamp(), int3(), max(), perlin_periodic(), phash(), and print_int3().

int int3::z

Definition at line 137 of file util_types.h.

Referenced by clamp(), int3(), max(), perlin_periodic(), phash(), and print_int3().


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