Open CASCADE Technology 7.8.2.dev
gp_XYZ.hxx File Reference

Data Structures

class  gp_XYZ
 This class describes a cartesian coordinate entity in 3D space {X,Y,Z}. This entity is used for algebraic calculation. This entity can be transformed with a "Trsf" or a "GTrsf" from package "gp". It is used in vectorial computations or for holding this type of information in data structures. More...
 

Functions

gp_XYZ operator* (const gp_Mat &theMatrix, const gp_XYZ &theCoord1)
 
gp_XYZ operator* (const Standard_Real theScalar, const gp_XYZ &theCoord1)
 

Function Documentation

◆ operator*() [1/2]

gp_XYZ operator* ( const gp_Mat & theMatrix,
const gp_XYZ & theCoord1 )
inline

◆ operator*() [2/2]

gp_XYZ operator* ( const Standard_Real theScalar,
const gp_XYZ & theCoord1 )
inline