#include <opennurbs_array.h>
Public Member Functions | |
bool | GetBBox (float boxmin[3], float boxmax[3], int bGrowBox=false) const |
ON_3fPointArray () | |
ON_3fPointArray (int) | |
ON_3fPointArray (const ON_3fPointArray &) | |
ON_3fPointArray & | operator= (const ON_3fPointArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 663 of file opennurbs_array.h.
Definition at line 412 of file opennurbs_array.cpp.
ON_3fPointArray::ON_3fPointArray | ( | int | c | ) |
Definition at line 415 of file opennurbs_array.cpp.
ON_3fPointArray::ON_3fPointArray | ( | const ON_3fPointArray & | src | ) |
Definition at line 418 of file opennurbs_array.cpp.
bool ON_3fPointArray::GetBBox | ( | float | boxmin[3], |
float | boxmax[3], | ||
int | bGrowBox = false |
||
) | const |
Definition at line 421 of file opennurbs_array.cpp.
ON_3fPointArray & ON_3fPointArray::operator= | ( | const ON_3fPointArray & | src | ) |
Definition at line 440 of file opennurbs_array.cpp.
bool ON_3fPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 435 of file opennurbs_array.cpp.
bool ON_3fPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 430 of file opennurbs_array.cpp.