CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Functions
GeVector3d.h File Reference
#include "Ge/GeGbl.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)
 

Macro Definition Documentation

◆ OD_GEVEC3D_H

#define OD_GEVEC3D_H   /*!DOM*/

Definition at line 28 of file GeVector3d.h.

Function Documentation

◆ operator*()

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

Returns the product of matrix * vect.

Parameters
matrix[in] Any 3D matrix to be multiplied with vector.
vect[in] Any 3D vector to be multiplied with matrix.