#include <opennurbs_array.h>
Public Member Functions | |
bool | GetBBox (double boxmin[3], double boxmax[3], bool bGrowBow=false) const |
ON_3dVectorArray () | |
ON_3dVectorArray (int) | |
ON_3dVectorArray (const ON_3dVectorArray &) | |
ON_3dVectorArray & | operator= (const ON_3dVectorArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 767 of file opennurbs_array.h.
Definition at line 334 of file opennurbs_array.cpp.
ON_3dVectorArray::ON_3dVectorArray | ( | int | c | ) |
Definition at line 337 of file opennurbs_array.cpp.
ON_3dVectorArray::ON_3dVectorArray | ( | const ON_3dVectorArray & | src | ) |
Definition at line 340 of file opennurbs_array.cpp.
bool ON_3dVectorArray::GetBBox | ( | double | boxmin[3], |
double | boxmax[3], | ||
bool | bGrowBow = false |
||
) | const |
Definition at line 343 of file opennurbs_array.cpp.
ON_3dVectorArray & ON_3dVectorArray::operator= | ( | const ON_3dVectorArray & | src | ) |
Definition at line 362 of file opennurbs_array.cpp.
bool ON_3dVectorArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 357 of file opennurbs_array.cpp.
bool ON_3dVectorArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 352 of file opennurbs_array.cpp.