Open CASCADE Technology  7.7.0
Data Structures | Functions

gp_XY.hxx File Reference

#include <gp.hxx>
#include <gp_Mat2d.hxx>
#include <Standard_ConstructionError.hxx>
#include <Standard_OutOfRange.hxx>

Data Structures

class  gp_XY
 This class describes a cartesian coordinate entity in 2D space {X,Y}. This class is non persistent. This entity used for algebraic calculation. An XY can be transformed with a Trsf2d or a GTrsf2d from package gp. It is used in vectorial computations or for holding this type of information in data structures. More...
 

Functions

gp_XY operator* (const gp_Mat2d &theMatrix, const gp_XY &theCoord1)
 
gp_XY operator* (const Standard_Real theScalar, const gp_XY &theCoord1)
 

Function Documentation

◆ operator*() [1/2]

gp_XY operator* ( const gp_Mat2d theMatrix,
const gp_XY theCoord1 
)
inline

◆ operator*() [2/2]

gp_XY operator* ( const Standard_Real  theScalar,
const gp_XY theCoord1 
)
inline