#include <opennurbs_array.h>
Public Member Functions | |
ON_4dPointArray () | |
ON_4dPointArray (int) | |
ON_4dPointArray (const ON_4dPointArray &) | |
ON_4dPointArray & | operator= (const ON_4dPointArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 687 of file opennurbs_array.h.
Definition at line 271 of file opennurbs_array.cpp.
ON_4dPointArray::ON_4dPointArray | ( | int | c | ) |
Definition at line 274 of file opennurbs_array.cpp.
ON_4dPointArray::ON_4dPointArray | ( | const ON_4dPointArray & | src | ) |
Definition at line 277 of file opennurbs_array.cpp.
ON_4dPointArray & ON_4dPointArray::operator= | ( | const ON_4dPointArray & | src | ) |
Definition at line 290 of file opennurbs_array.cpp.
bool ON_4dPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 285 of file opennurbs_array.cpp.
bool ON_4dPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 280 of file opennurbs_array.cpp.