Go to the source code of this file.
Classes | |
class | ON_BoundingBox |
Functions | |
ON_DECL bool | ON_BeyondSinglePrecision (const ON_BoundingBox &bbox, ON_Xform *xform) |
ON_DECL double | ON_BoundingBoxTolerance (int dim, const double *bboxmin, const double *bboxmax) |
ON_DECL bool | ON_GetPointGridBoundingBox (int dim, int is_rat, int point_count0, int point_count1, int point_stride0, int point_stride1, const double *point_grid, double *boxmin, double *boxmax, int bGrowBox) |
ON_DECL bool | ON_GetPointListBoundingBox (int dim, int is_rat, int count, int stride, const double *point_list, ON_BoundingBox &bbox, int bGrowBox=false, const ON_Xform *xform=0) |
ON_DECL bool | ON_GetPointListBoundingBox (int dim, int is_rat, int count, int stride, const float *point_list, ON_BoundingBox &bbox, int bGrowBox=false, const ON_Xform *xform=0) |
ON_DECL bool | ON_GetPointListBoundingBox (int dim, int is_rat, int count, int stride, const double *point_list, double *boxmin, double *boxmax, int bGrowBox) |
ON_DECL bool | ON_GetPointListBoundingBox (int dim, int is_rat, int count, int stride, const float *point_list, float *boxmin, float *boxmax, int bGrowBox) |
ON_DECL ON_BoundingBox | ON_PointGridBoundingBox (int dim, int is_rat, int point_count0, int point_count1, int point_stride0, int point_stride1, const double *point_grid) |
ON_DECL ON_BoundingBox | ON_PointListBoundingBox (int dim, int is_rat, int count, int stride, const double *point_list) |
ON_DECL ON_BoundingBox | ON_PointListBoundingBox (int dim, int is_rat, int count, int stride, const float *point_list) |
ON_DECL bool | ON_WorldBBoxIsInTightBBox (const ON_BoundingBox &tight_bbox, const ON_BoundingBox &world_bbox, const ON_Xform *xform) |
ON_DECL bool ON_BeyondSinglePrecision | ( | const ON_BoundingBox & | bbox, |
ON_Xform * | xform | ||
) |
Definition at line 2351 of file opennurbs_bounding_box.cpp.
ON_DECL double ON_BoundingBoxTolerance | ( | int | dim, |
const double * | bboxmin, | ||
const double * | bboxmax | ||
) |
Definition at line 2441 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_GetPointGridBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | point_count0, | ||
int | point_count1, | ||
int | point_stride0, | ||
int | point_stride1, | ||
const double * | point_grid, | ||
double * | boxmin, | ||
double * | boxmax, | ||
int | bGrowBox | ||
) |
Definition at line 2318 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_GetPointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const double * | point_list, | ||
ON_BoundingBox & | bbox, | ||
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) |
Definition at line 1728 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_GetPointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const float * | point_list, | ||
ON_BoundingBox & | bbox, | ||
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) |
Definition at line 1890 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_GetPointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const double * | point_list, | ||
double * | boxmin, | ||
double * | boxmax, | ||
int | bGrowBox | ||
) |
Definition at line 2060 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_GetPointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const float * | point_list, | ||
float * | boxmin, | ||
float * | boxmax, | ||
int | bGrowBox | ||
) |
Definition at line 2195 of file opennurbs_bounding_box.cpp.
ON_DECL ON_BoundingBox ON_PointGridBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | point_count0, | ||
int | point_count1, | ||
int | point_stride0, | ||
int | point_stride1, | ||
const double * | point_grid | ||
) |
Definition at line 2296 of file opennurbs_bounding_box.cpp.
ON_DECL ON_BoundingBox ON_PointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const double * | point_list | ||
) |
Definition at line 1719 of file opennurbs_bounding_box.cpp.
ON_DECL ON_BoundingBox ON_PointListBoundingBox | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const float * | point_list | ||
) |
Definition at line 2185 of file opennurbs_bounding_box.cpp.
ON_DECL bool ON_WorldBBoxIsInTightBBox | ( | const ON_BoundingBox & | tight_bbox, |
const ON_BoundingBox & | world_bbox, | ||
const ON_Xform * | xform | ||
) |
Definition at line 703 of file opennurbs_bezier.cpp.