Functions | Variables
opennurbs_plane.cpp File Reference
#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Include dependency graph for opennurbs_plane.cpp:

Go to the source code of this file.

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))

Function Documentation

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 
)

Definition at line 496 of file opennurbs_plane.cpp.


Variable Documentation

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))


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:46