#include <opennurbs_array.h>
Public Member Functions | |
ON_4fPointArray () | |
ON_4fPointArray (int) | |
ON_4fPointArray (const ON_4fPointArray &) | |
ON_4fPointArray & | operator= (const ON_4fPointArray &) |
bool | SwapCoordinates (int, int) |
bool | Transform (const ON_Xform &) |
Definition at line 704 of file opennurbs_array.h.
Definition at line 448 of file opennurbs_array.cpp.
ON_4fPointArray::ON_4fPointArray | ( | int | c | ) |
Definition at line 451 of file opennurbs_array.cpp.
ON_4fPointArray::ON_4fPointArray | ( | const ON_4fPointArray & | src | ) |
Definition at line 454 of file opennurbs_array.cpp.
ON_4fPointArray & ON_4fPointArray::operator= | ( | const ON_4fPointArray & | src | ) |
Definition at line 467 of file opennurbs_array.cpp.
bool ON_4fPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 462 of file opennurbs_array.cpp.
bool ON_4fPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 457 of file opennurbs_array.cpp.