Classes | Functions | Variables
opennurbs_fpoint.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ON_2fPoint
class  ON_2fVector
class  ON_3fPoint
class  ON_3fVector
class  ON_4fPoint

Functions

ON_DECL ON_3fVector ON_CrossProduct (const ON_2fVector &, const ON_2fVector &)
ON_DECL ON_3fVector ON_CrossProduct (const ON_3fVector &, const ON_3fVector &)
ON_DECL ON_3fVector ON_CrossProduct (const float *, const float *)
ON_DECL float ON_DotProduct (const ON_2fVector &, const ON_2fVector &)
ON_DECL float ON_DotProduct (const ON_3fVector &, const ON_3fVector &)
ON_DECL bool ON_IsOrthogonalFrame (const ON_2fVector &, const ON_2fVector &)
ON_DECL bool ON_IsOrthogonalFrame (const ON_3fVector &, const ON_3fVector &, const ON_3fVector &)
ON_DECL bool ON_IsOrthonormalFrame (const ON_2fVector &, const ON_2fVector &)
ON_DECL bool ON_IsOrthonormalFrame (const ON_3fVector &, const ON_3fVector &, const ON_3fVector &)
ON_DECL bool ON_IsRightHandFrame (const ON_2fVector &, const ON_2fVector &)
ON_DECL bool ON_IsRightHandFrame (const ON_3fVector &, const ON_3fVector &, const ON_3fVector &)
ON_DECL float ON_TripleProduct (const ON_3fVector &, const ON_3fVector &, const ON_3fVector &)
ON_DECL float ON_TripleProduct (const float *, const float *, const float *)
ON_DECL ON_2fPoint operator* (int, const ON_2fPoint &)
ON_DECL ON_2fPoint operator* (float, const ON_2fPoint &)
ON_DECL ON_2dPoint operator* (double, const ON_2fPoint &)
ON_DECL ON_3fPoint operator* (int, const ON_3fPoint &)
ON_DECL ON_3fPoint operator* (float, const ON_3fPoint &)
ON_DECL ON_3dPoint operator* (double, const ON_3fPoint &)
ON_DECL ON_4fPoint operator* (float, const ON_4fPoint &)
ON_DECL ON_4dPoint operator* (double, const ON_4fPoint &)
ON_DECL ON_2fVector operator* (int, const ON_2fVector &)
ON_DECL ON_2fVector operator* (float, const ON_2fVector &)
ON_DECL ON_2dVector operator* (double, const ON_2fVector &)
ON_DECL ON_3fVector operator* (int, const ON_3fVector &)
ON_DECL ON_3fVector operator* (float, const ON_3fVector &)
ON_DECL ON_3dVector operator* (double, const ON_3fVector &)

Variables

ON_EXTERN_DECL const ON_3fPoint ON_forigin
ON_EXTERN_DECL const ON_3fVector ON_fxaxis
ON_EXTERN_DECL const ON_3fVector ON_fyaxis
ON_EXTERN_DECL const ON_3fVector ON_fzaxis

Function Documentation

Definition at line 3119 of file opennurbs_point.cpp.

Definition at line 3603 of file opennurbs_point.cpp.

ON_DECL ON_3fVector ON_CrossProduct ( const float *  ,
const float *   
)

Definition at line 3608 of file opennurbs_point.cpp.

ON_DECL float ON_DotProduct ( const ON_2fVector ,
const ON_2fVector  
)

Definition at line 3113 of file opennurbs_point.cpp.

ON_DECL float ON_DotProduct ( const ON_3fVector ,
const ON_3fVector  
)

Definition at line 3597 of file opennurbs_point.cpp.

ON_DECL bool ON_IsOrthogonalFrame ( const ON_2fVector ,
const ON_2fVector  
)
ON_DECL bool ON_IsOrthogonalFrame ( const ON_3fVector ,
const ON_3fVector ,
const ON_3fVector  
)
ON_DECL bool ON_IsOrthonormalFrame ( const ON_2fVector ,
const ON_2fVector  
)
ON_DECL bool ON_IsOrthonormalFrame ( const ON_3fVector ,
const ON_3fVector ,
const ON_3fVector  
)
ON_DECL bool ON_IsRightHandFrame ( const ON_2fVector ,
const ON_2fVector  
)
ON_DECL bool ON_IsRightHandFrame ( const ON_3fVector ,
const ON_3fVector ,
const ON_3fVector  
)
ON_DECL float ON_TripleProduct ( const ON_3fVector ,
const ON_3fVector ,
const ON_3fVector  
)

Definition at line 3613 of file opennurbs_point.cpp.

ON_DECL float ON_TripleProduct ( const float *  ,
const float *  ,
const float *   
)

Definition at line 3619 of file opennurbs_point.cpp.

ON_DECL ON_2fPoint operator* ( int  ,
const ON_2fPoint  
)

Definition at line 1802 of file opennurbs_point.cpp.

ON_DECL ON_2fPoint operator* ( float  ,
const ON_2fPoint  
)

Definition at line 1807 of file opennurbs_point.cpp.

ON_DECL ON_2dPoint operator* ( double  ,
const ON_2fPoint  
)

Definition at line 1812 of file opennurbs_point.cpp.

ON_DECL ON_3fPoint operator* ( int  ,
const ON_3fPoint  
)

Definition at line 2252 of file opennurbs_point.cpp.

ON_DECL ON_3fPoint operator* ( float  ,
const ON_3fPoint  
)

Definition at line 2257 of file opennurbs_point.cpp.

ON_DECL ON_3dPoint operator* ( double  ,
const ON_3fPoint  
)

Definition at line 2262 of file opennurbs_point.cpp.

ON_DECL ON_4fPoint operator* ( float  ,
const ON_4fPoint  
)

Definition at line 2620 of file opennurbs_point.cpp.

ON_DECL ON_4dPoint operator* ( double  ,
const ON_4fPoint  
)

Definition at line 2625 of file opennurbs_point.cpp.

ON_DECL ON_2fVector operator* ( int  ,
const ON_2fVector  
)

Definition at line 3098 of file opennurbs_point.cpp.

ON_DECL ON_2fVector operator* ( float  ,
const ON_2fVector  
)

Definition at line 3103 of file opennurbs_point.cpp.

ON_DECL ON_2dVector operator* ( double  ,
const ON_2fVector  
)

Definition at line 3108 of file opennurbs_point.cpp.

ON_DECL ON_3fVector operator* ( int  ,
const ON_3fVector  
)

Definition at line 3582 of file opennurbs_point.cpp.

ON_DECL ON_3fVector operator* ( float  ,
const ON_3fVector  
)

Definition at line 3587 of file opennurbs_point.cpp.

ON_DECL ON_3dVector operator* ( double  ,
const ON_3fVector  
)

Definition at line 3592 of file opennurbs_point.cpp.


Variable Documentation



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