CFx SDK Documentation  2023 SP0
Classes | Macros | Functions
GeVector3d.h File Reference
#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)
 

Macro Definition Documentation

◆ OD_GEVEC3D_H

#define OD_GEVEC3D_H   /*!DOM*/

Definition at line 28 of file GeVector3d.h.

Function Documentation

◆ operator*() [1/2]

GE_TOOLKIT_EXPORT OdGeVector3d operator* ( const OdGeMatrix3d matrix,
const OdGeVector3d vect 
)

Returns the product matrix * vect or scale * vect

Parameters
matrix[in] Any 3D matrix.
vect[in] Any 3D vector.
scale[in] Scale factor.

◆ operator*() [2/2]

GE_TOOLKIT_EXPORT OdGeVector3d operator* ( double  scale,
const OdGeVector3d vect 
)