|
Rhino C++ API
8.24
|
#include <opennurbs_defines.h>
Public Member Functions | |
| ON_3dex ()=default | |
| ON_3dex (const ON_3dex &)=default | |
| ON_3dex (int i, int j, int k) | |
| ~ON_3dex ()=default | |
| ON_3dex & | operator= (const ON_3dex &)=default |
Public Attributes | |
| int | i |
| do not initialize i, j, k for performance reasons More... | |
| int | j |
| int | k |
Static Public Attributes | |
| static const ON_3dex | Unset |
| (ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX); More... | |
| static const ON_3dex | Zero |
| (0, 0, 0) More... | |
|
default |
|
default |
|
default |
| ON_3dex::ON_3dex | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) |
| int ON_3dex::i |
do not initialize i, j, k for performance reasons
| int ON_3dex::j |
| int ON_3dex::k |
|
static |
(ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX);
|
static |
(0, 0, 0)
1.8.17