![]() |
QCAD
Open Source 2D CAD
|
#include "opennurbs.h"
Functions | |
int | ON_ArePointsOnPlane (int dim, int is_rat, int count, int stride, const double *point, const ON_BoundingBox &bbox, const ON_Plane &plane, double tolerance) |
Variables | |
const ON_Plane | ON_xy_plane (ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(1.0, 0.0, 0.0), ON_3dVector(0.0, 1.0, 0.0)) |
const ON_Plane | ON_yz_plane (ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(0.0, 1.0, 0.0), ON_3dVector(0.0, 0.0, 1.0)) |
const ON_Plane | ON_zx_plane (ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(0.0, 0.0, 1.0), ON_3dVector(1.0, 0.0, 0.0)) |
int ON_ArePointsOnPlane | ( | int | dim, |
int | is_rat, | ||
int | count, | ||
int | stride, | ||
const double * | point, | ||
const ON_BoundingBox & | bbox, | ||
const ON_Plane & | plane, | ||
double | tolerance ) |
const ON_Plane ON_xy_plane(ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(1.0, 0.0, 0.0), ON_3dVector(0.0, 1.0, 0.0)) | ( | ON_3dPoint(0.0, 0.0, 0.0) | , |
ON_3dVector(1.0, 0.0, 0.0) | , | ||
ON_3dVector(0.0, 1.0, 0.0) | ) |
const ON_Plane ON_yz_plane(ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(0.0, 1.0, 0.0), ON_3dVector(0.0, 0.0, 1.0)) | ( | ON_3dPoint(0.0, 0.0, 0.0) | , |
ON_3dVector(0.0, 1.0, 0.0) | , | ||
ON_3dVector(0.0, 0.0, 1.0) | ) |
const ON_Plane ON_zx_plane(ON_3dPoint(0.0, 0.0, 0.0), ON_3dVector(0.0, 0.0, 1.0), ON_3dVector(1.0, 0.0, 0.0)) | ( | ON_3dPoint(0.0, 0.0, 0.0) | , |
ON_3dVector(0.0, 0.0, 1.0) | , | ||
ON_3dVector(1.0, 0.0, 0.0) | ) |