Rhino C++ API
7.26
|
#include <opennurbs_defines.h>
Public Member Functions | |
ON_2dex ()=default | |
ON_2dex (const ON_2dex &)=default | |
ON_2dex (int i, int j) | |
~ON_2dex ()=default | |
ON_2dex & | operator= (const ON_2dex &)=default |
Public Attributes | |
int | i |
do not initialize i, j for performance reasons More... | |
int | j |
Static Public Attributes | |
static const ON_2dex | Unset |
(ON_UNSET_INT_INDEX, ON_UNSET_INT_INDEX); More... | |
static const ON_2dex | Zero |
(0, 0) More... | |
pair of integer indices. This is intentionally a struct/typedef rather than a class so that it can be used in other structs.
|
default |
|
default |
|
default |
ON_2dex::ON_2dex | ( | int | i, |
int | j | ||
) |
int ON_2dex::i |
do not initialize i, j for performance reasons
int ON_2dex::j |
|
static |
(ON_UNSET_INT_INDEX, ON_UNSET_INT_INDEX);
|
static |
(0, 0)