Go to the source code of this file.
#define ON_unset_point ON_UNSET_POINT |
Definition at line 1553 of file opennurbs_point.h.
ON_DECL ON_3dVector ON_CrossProduct | ( | const ON_2dVector & | , |
const ON_2dVector & | |||
) |
Definition at line 5500 of file opennurbs_point.cpp.
ON_DECL ON_3dVector ON_CrossProduct | ( | const ON_3dVector & | , |
const ON_3dVector & | |||
) |
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.