API Reference > Functions > * Function
* Function
Syntax
C++
GE_TOOLKIT_EXPORT OdGeVector3d operator *(const OdGeMatrix3d& matrix, const OdGeVector3d& vect);

GeVector3d.h

Parameters 
Description 
const OdGeMatrix3d& matrix 
[in] Any 3D *matrix* to be multiplied with vector.  
const OdGeVector3d& vect 
[in] Any 3D vector to be multiplied with matrix. 

details Returns the product of matrix * vect. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.