#include <opennurbs_array.h>
Public Member Functions | |
bool | GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const |
ON_2dVectorArray () | |
ON_2dVectorArray (int) | |
ON_2dVectorArray (const ON_2dVectorArray &) | |
ON_2dVectorArray & | operator= (const ON_2dVectorArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 721 of file opennurbs_array.h.
Definition at line 298 of file opennurbs_array.cpp.
ON_2dVectorArray::ON_2dVectorArray | ( | int | c | ) |
Definition at line 301 of file opennurbs_array.cpp.
ON_2dVectorArray::ON_2dVectorArray | ( | const ON_2dVectorArray & | src | ) |
Definition at line 304 of file opennurbs_array.cpp.
bool ON_2dVectorArray::GetBBox | ( | double | boxmin[2], |
double | boxmax[2], | ||
int | bGrowBox = false |
||
) | const |
Definition at line 307 of file opennurbs_array.cpp.
ON_2dVectorArray & ON_2dVectorArray::operator= | ( | const ON_2dVectorArray & | src | ) |
Definition at line 326 of file opennurbs_array.cpp.
bool ON_2dVectorArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 321 of file opennurbs_array.cpp.
bool ON_2dVectorArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 316 of file opennurbs_array.cpp.