#include <opennurbs_array.h>
Public Member Functions | |
ON_BoundingBox | BoundingBox () const |
bool | Create (int point_dimension, int bRational, int point_count, int point_stride, const double *points) |
bool | Create (int point_dimension, int bRational, int point_count, int point_stride, const float *points) |
bool | GetBBox (double boxmin[3], double boxmax[3], int bGrowBox=false) const |
bool | GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const |
bool | GetClosestPoint (ON_3dPoint P, int *closest_point_index, double maximum_distance=0.0) const |
bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
ON_3dPointArray () | |
ON_3dPointArray (int) | |
ON_3dPointArray (const ON_SimpleArray< ON_3dPoint > &) | |
ON_3dPointArray (const ON_SimpleArray< ON_3fPoint > &) | |
ON_3dPointArray & | operator= (const ON_3dPointArray &) |
ON_3dPointArray & | operator= (const ON_SimpleArray< ON_3fPoint > &) |
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
bool | Rotate (double angle_in_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
bool | SwapCoordinates (int i, int j) |
bool | Transform (const ON_Xform &xform) |
bool | Translate (const ON_3dVector &delta) |
Definition at line 459 of file opennurbs_array.h.
Definition at line 57 of file opennurbs_array.cpp.
ON_3dPointArray::ON_3dPointArray | ( | int | c | ) |
Definition at line 60 of file opennurbs_array.cpp.
ON_3dPointArray::ON_3dPointArray | ( | const ON_SimpleArray< ON_3dPoint > & | src | ) |
Definition at line 63 of file opennurbs_array.cpp.
ON_3dPointArray::ON_3dPointArray | ( | const ON_SimpleArray< ON_3fPoint > & | src | ) |
Definition at line 67 of file opennurbs_array.cpp.
ON_BoundingBox ON_3dPointArray::BoundingBox | ( | ) | const |
Definition at line 72 of file opennurbs_array.cpp.
bool ON_3dPointArray::Create | ( | int | point_dimension, |
int | bRational, | ||
int | point_count, | ||
int | point_stride, | ||
const double * | points | ||
) |
Definition at line 166 of file opennurbs_array.cpp.
bool ON_3dPointArray::Create | ( | int | point_dimension, |
int | bRational, | ||
int | point_count, | ||
int | point_stride, | ||
const float * | points | ||
) |
Definition at line 218 of file opennurbs_array.cpp.
bool ON_3dPointArray::GetBBox | ( | double | boxmin[3], |
double | boxmax[3], | ||
int | bGrowBox = false |
||
) | const |
Definition at line 87 of file opennurbs_array.cpp.
bool ON_3dPointArray::GetBoundingBox | ( | ON_BoundingBox & | bbox, |
int | bGrowBox = false |
||
) | const |
Definition at line 79 of file opennurbs_array.cpp.
bool ON_3dPointArray::GetClosestPoint | ( | ON_3dPoint | P, |
int * | closest_point_index, | ||
double | maximum_distance = 0.0 |
||
) | const |
Definition at line 358 of file opennurbs_pointcloud.cpp.
bool ON_3dPointArray::GetTightBoundingBox | ( | ON_BoundingBox & | tight_bbox, |
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) | const |
Definition at line 962 of file opennurbs_bezier.cpp.
ON_3dPointArray & ON_3dPointArray::operator= | ( | const ON_3dPointArray & | src | ) |
Reimplemented in ON_Polyline.
Definition at line 150 of file opennurbs_array.cpp.
ON_3dPointArray & ON_3dPointArray::operator= | ( | const ON_SimpleArray< ON_3fPoint > & | src | ) |
Definition at line 159 of file opennurbs_array.cpp.
bool ON_3dPointArray::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3dVector & | axis_of_rotation, | ||
const ON_3dPoint & | center_of_rotation | ||
) |
Definition at line 107 of file opennurbs_array.cpp.
bool ON_3dPointArray::Rotate | ( | double | angle_in_radians, |
const ON_3dVector & | axis_of_rotation, | ||
const ON_3dPoint & | center_of_rotation | ||
) |
Definition at line 130 of file opennurbs_array.cpp.
bool ON_3dPointArray::SwapCoordinates | ( | int | i, |
int | j | ||
) |
Definition at line 101 of file opennurbs_array.cpp.
bool ON_3dPointArray::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 96 of file opennurbs_array.cpp.
bool ON_3dPointArray::Translate | ( | const ON_3dVector & | delta | ) |
Definition at line 139 of file opennurbs_array.cpp.