Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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

constexpr gp_XY operator* (const gp_Mat2d &theMatrix, const gp_XY &theCoord1) noexcept
 
constexpr gp_XY operator* (const double theScalar, const gp_XY &theCoord1) noexcept
 

Function Documentation

◆ operator*() [1/2]

constexpr gp_XY operator* ( const double theScalar,
const gp_XY & theCoord1 )
inlineconstexprnoexcept

◆ operator*() [2/2]

constexpr gp_XY operator* ( const gp_Mat2d & theMatrix,
const gp_XY & theCoord1 )
inlineconstexprnoexcept