#include <opennurbs_array.h>
Public Member Functions | |
bool | GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const |
ON_2dPointArray () | |
ON_2dPointArray (int) | |
ON_2dPointArray (const ON_2dPointArray &) | |
ON_2dPointArray & | operator= (const ON_2dPointArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 414 of file opennurbs_array.h.
Definition at line 19 of file opennurbs_array.cpp.
ON_2dPointArray::ON_2dPointArray | ( | int | c | ) |
Definition at line 22 of file opennurbs_array.cpp.
ON_2dPointArray::ON_2dPointArray | ( | const ON_2dPointArray & | src | ) |
Definition at line 26 of file opennurbs_array.cpp.
bool ON_2dPointArray::GetBBox | ( | double | boxmin[2], |
double | boxmax[2], | ||
int | bGrowBox = false |
||
) | const |
Definition at line 30 of file opennurbs_array.cpp.
ON_2dPointArray & ON_2dPointArray::operator= | ( | const ON_2dPointArray & | src | ) |
Definition at line 49 of file opennurbs_array.cpp.
bool ON_2dPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 44 of file opennurbs_array.cpp.
bool ON_2dPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 39 of file opennurbs_array.cpp.