Classes | Defines | Functions | Variables
opennurbs_point.h File Reference
#include <pcl/pcl_exports.h>
#include "opennurbs_fpoint.h"
Include dependency graph for opennurbs_point.h:

Go to the source code of this file.

Classes

class  ON_2dPoint
class  ON_2dVector
class  ON_3dPoint
class  ON_3dRay
class  ON_3dVector
class  ON_4dPoint
class  ON_Interval
class  ON_PlaneEquation
class  ON_SurfaceCurvature

Defines

#define ON_unset_point   ON_UNSET_POINT

Functions

ON_DECL ON_3dVector ON_CrossProduct (const ON_2dVector &, const ON_2dVector &)
ON_DECL ON_3dVector ON_CrossProduct (const ON_3dVector &, const ON_3dVector &)
ON_DECL ON_3dVector ON_CrossProduct (const double *, const double *)
ON_DECL double ON_DotProduct (const ON_2dVector &, const ON_2dVector &)
ON_DECL double ON_DotProduct (const ON_3dVector &, const ON_3dVector &)
ON_DECL bool ON_IsOrthogonalFrame (const ON_2dVector &, const ON_2dVector &)
ON_DECL bool ON_IsOrthogonalFrame (const ON_3dVector &, const ON_3dVector &, const ON_3dVector &)
ON_DECL bool ON_IsOrthonormalFrame (const ON_2dVector &, const ON_2dVector &)
ON_DECL bool ON_IsOrthonormalFrame (const ON_3dVector &, const ON_3dVector &, const ON_3dVector &)
ON_DECL bool ON_IsRightHandFrame (const ON_2dVector &, const ON_2dVector &)
ON_DECL bool ON_IsRightHandFrame (const ON_3dVector &, const ON_3dVector &, const ON_3dVector &)
ON_DECL double ON_TripleProduct (const ON_3dVector &, const ON_3dVector &, const ON_3dVector &)
ON_DECL double ON_TripleProduct (const double *, const double *, const double *)
ON_DECL double ON_WedgeProduct (const ON_2dVector &A, const ON_2dVector &B)
ON_DECL ON_2dPoint operator* (int, const ON_2dPoint &)
ON_DECL ON_2dPoint operator* (float, const ON_2dPoint &)
ON_DECL ON_2dPoint operator* (double, const ON_2dPoint &)
ON_DECL ON_3dPoint operator* (int, const ON_3dPoint &)
ON_DECL ON_3dPoint operator* (float, const ON_3dPoint &)
ON_DECL ON_3dPoint operator* (double, const ON_3dPoint &)
ON_DECL ON_4dPoint operator* (double, const ON_4dPoint &)
ON_DECL ON_2dVector operator* (int, const ON_2dVector &)
ON_DECL ON_2dVector operator* (float, const ON_2dVector &)
ON_DECL ON_2dVector operator* (double, const ON_2dVector &)
ON_DECL ON_3dVector operator* (int, const ON_3dVector &)
ON_DECL ON_3dVector operator* (float, const ON_3dVector &)
ON_DECL ON_3dVector operator* (double, const ON_3dVector &)

Variables

ON_EXTERN_DECL const ON_3dPoint ON_origin
ON_EXTERN_DECL const ON_3dPoint ON_UNSET_POINT
ON_EXTERN_DECL const ON_3dVector ON_UNSET_VECTOR
ON_EXTERN_DECL const ON_3dVector ON_xaxis
ON_EXTERN_DECL const ON_3dVector ON_yaxis
ON_EXTERN_DECL const ON_3dVector ON_zaxis

Define Documentation

Definition at line 1553 of file opennurbs_point.h.


Function Documentation

Definition at line 5500 of file opennurbs_point.cpp.

Definition at line 6114 of file opennurbs_point.cpp.

ON_DECL ON_3dVector ON_CrossProduct ( const double *  ,
const double *   
)

Definition at line 6119 of file opennurbs_point.cpp.

ON_DECL double ON_DotProduct ( const ON_2dVector ,
const ON_2dVector  
)

Definition at line 5488 of file opennurbs_point.cpp.

ON_DECL double ON_DotProduct ( const ON_3dVector ,
const ON_3dVector  
)

Definition at line 6108 of file opennurbs_point.cpp.

ON_DECL bool ON_IsOrthogonalFrame ( const ON_2dVector ,
const ON_2dVector  
)

Definition at line 1054 of file opennurbs_point.cpp.

ON_DECL bool ON_IsOrthogonalFrame ( const ON_3dVector ,
const ON_3dVector ,
const ON_3dVector  
)

Definition at line 1136 of file opennurbs_point.cpp.

ON_DECL bool ON_IsOrthonormalFrame ( const ON_2dVector ,
const ON_2dVector  
)

Definition at line 1071 of file opennurbs_point.cpp.

ON_DECL bool ON_IsOrthonormalFrame ( const ON_3dVector ,
const ON_3dVector ,
const ON_3dVector  
)

Definition at line 1187 of file opennurbs_point.cpp.

ON_DECL bool ON_IsRightHandFrame ( const ON_2dVector ,
const ON_2dVector  
)

Definition at line 1086 of file opennurbs_point.cpp.

ON_DECL bool ON_IsRightHandFrame ( const ON_3dVector ,
const ON_3dVector ,
const ON_3dVector  
)

Definition at line 1205 of file opennurbs_point.cpp.

ON_DECL double ON_TripleProduct ( const ON_3dVector ,
const ON_3dVector ,
const ON_3dVector  
)

Definition at line 6124 of file opennurbs_point.cpp.

ON_DECL double ON_TripleProduct ( const double *  ,
const double *  ,
const double *   
)

Definition at line 6130 of file opennurbs_point.cpp.

ON_DECL double ON_WedgeProduct ( const ON_2dVector A,
const ON_2dVector B 
)

Definition at line 5494 of file opennurbs_point.cpp.

ON_DECL ON_2dPoint operator* ( int  ,
const ON_2dPoint  
)

Definition at line 4075 of file opennurbs_point.cpp.

ON_DECL ON_2dPoint operator* ( float  ,
const ON_2dPoint  
)

Definition at line 4081 of file opennurbs_point.cpp.

ON_DECL ON_2dPoint operator* ( double  ,
const ON_2dPoint  
)

Definition at line 4087 of file opennurbs_point.cpp.

ON_DECL ON_3dPoint operator* ( int  ,
const ON_3dPoint  
)

Definition at line 4545 of file opennurbs_point.cpp.

ON_DECL ON_3dPoint operator* ( float  ,
const ON_3dPoint  
)

Definition at line 4551 of file opennurbs_point.cpp.

ON_DECL ON_3dPoint operator* ( double  ,
const ON_3dPoint  
)

Definition at line 4557 of file opennurbs_point.cpp.

ON_DECL ON_4dPoint operator* ( double  ,
const ON_4dPoint  
)

Definition at line 4931 of file opennurbs_point.cpp.

ON_DECL ON_2dVector operator* ( int  ,
const ON_2dVector  
)

Definition at line 5471 of file opennurbs_point.cpp.

ON_DECL ON_2dVector operator* ( float  ,
const ON_2dVector  
)

Definition at line 5477 of file opennurbs_point.cpp.

ON_DECL ON_2dVector operator* ( double  ,
const ON_2dVector  
)

Definition at line 5483 of file opennurbs_point.cpp.

ON_DECL ON_3dVector operator* ( int  ,
const ON_3dVector  
)

Definition at line 6091 of file opennurbs_point.cpp.

ON_DECL ON_3dVector operator* ( float  ,
const ON_3dVector  
)

Definition at line 6097 of file opennurbs_point.cpp.

ON_DECL ON_3dVector operator* ( double  ,
const ON_3dVector  
)

Definition at line 6103 of file opennurbs_point.cpp.


Variable Documentation



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