#include <opennurbs_array.h>
Public Member Functions | |
bool | GetBBox (float boxmin[2], float boxmax[2], int bGrowBox=false) const |
ON_2fPointArray () | |
ON_2fPointArray (int) | |
ON_2fPointArray (const ON_2fPointArray &) | |
ON_2fPointArray & | operator= (const ON_2fPointArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 437 of file opennurbs_array.h.
Definition at line 373 of file opennurbs_array.cpp.
ON_2fPointArray::ON_2fPointArray | ( | int | c | ) |
Definition at line 376 of file opennurbs_array.cpp.
ON_2fPointArray::ON_2fPointArray | ( | const ON_2fPointArray & | src | ) |
Definition at line 380 of file opennurbs_array.cpp.
bool ON_2fPointArray::GetBBox | ( | float | boxmin[2], |
float | boxmax[2], | ||
int | bGrowBox = false |
||
) | const |
Definition at line 384 of file opennurbs_array.cpp.
ON_2fPointArray & ON_2fPointArray::operator= | ( | const ON_2fPointArray & | src | ) |
Definition at line 403 of file opennurbs_array.cpp.
bool ON_2fPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 398 of file opennurbs_array.cpp.
bool ON_2fPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 393 of file opennurbs_array.cpp.