CFx SDK Documentation
2023 SP0
|
#include "Ge/GeGbl.h"
#include "Ge/GeVector2d.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"
#include "GePoint3d.h"
Go to the source code of this file.
Classes | |
class | OdGeVector3d |
Macros | |
#define | OD_GEVEC3D_H /*!DOM*/ |
Functions | |
GE_TOOLKIT_EXPORT OdGeVector3d | operator* (const OdGeMatrix3d &matrix, const OdGeVector3d &vect) |
GE_TOOLKIT_EXPORT OdGeVector3d | operator* (double scale, const OdGeVector3d &vect) |
#define OD_GEVEC3D_H /*!DOM*/ |
Definition at line 28 of file GeVector3d.h.
GE_TOOLKIT_EXPORT OdGeVector3d operator* | ( | const OdGeMatrix3d & | matrix, |
const OdGeVector3d & | vect | ||
) |
Returns the product matrix * vect or scale * vect
matrix | [in] Any 3D matrix. |
vect | [in] Any 3D vector. |
scale | [in] Scale factor. |
GE_TOOLKIT_EXPORT OdGeVector3d operator* | ( | double | scale, |
const OdGeVector3d & | vect | ||
) |