|
Rhino C++ API
9.0
|
#include <opennurbs_fpoint.h>
Public Member Functions | |
| ON_2fSize ()=default | |
| ON_2fSize (const ON_2fSize &)=default | |
| ON_2fSize (float cx, float cy) | |
| ~ON_2fSize ()=default | |
| bool | IsSet () const |
| bool | IsZero () const |
| ON_2fSize & | operator= (const ON_2fSize &)=default |
Public Attributes | |
| float | cx = 0 |
| float | cy = 0 |
Static Public Attributes | |
| static const ON_2fSize | Unset |
| (ON_UNSET_FLOAT,ON_UNSET_FLOAT) More... | |
| static const ON_2fSize | Zero |
| (0,0) More... | |
|
default |
|
default |
|
default |
| ON_2fSize::ON_2fSize | ( | float | cx, |
| float | cy | ||
| ) |
| bool ON_2fSize::IsSet | ( | ) | const |
Returns: true if neither cx nor cy are ON_UNSET_FLOAT
| bool ON_2fSize::IsZero | ( | ) | const |
Returns: true if both cx and cy are 0.
| float ON_2fSize::cx = 0 |
| float ON_2fSize::cy = 0 |
|
static |
(ON_UNSET_FLOAT,ON_UNSET_FLOAT)
|
static |
(0,0)
1.8.17