Home
last modified time | relevance | path

Searched refs:B3IPoint (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/inc/basegfx/point/
H A Db3ipoint.hxx43 class BASEGFX_DLLPUBLIC B3IPoint : public ::basegfx::B3ITuple class
50 B3IPoint() in B3IPoint() function in basegfx::B3IPoint
68 B3IPoint(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3IPoint() function in basegfx::B3IPoint
77 B3IPoint(const B3IPoint& rVec) in B3IPoint() function in basegfx::B3IPoint
84 B3IPoint(const ::basegfx::B3ITuple& rTuple) in B3IPoint() function in basegfx::B3IPoint
88 ~B3IPoint() in ~B3IPoint()
93 B3IPoint& operator*=( const B3IPoint& rPnt ) in operator *=()
103 B3IPoint& operator*=(sal_Int32 t) in operator *=()
114 B3IPoint& operator=( const ::basegfx::B3ITuple& rVec ) in operator =()
127 B3IPoint& operator*=( const ::basegfx::B3DHomMatrix& rMat );
[all …]
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx163 B3IPoint getMinimum() const in getMinimum()
165 return B3IPoint( in getMinimum()
172 B3IPoint getMaximum() const in getMaximum()
174 return B3IPoint( in getMaximum()
H A Db3irange.hxx166 B3IPoint getMinimum() const in getMinimum()
168 return B3IPoint( in getMinimum()
175 B3IPoint getMaximum() const in getMaximum()
177 return B3IPoint( in getMaximum()
/trunk/main/basegfx/source/point/
H A Db3ipoint.cxx32 B3IPoint& B3IPoint::operator*=( const ::basegfx::B3DHomMatrix& rMat ) in operator *=()

Completed in 21 milliseconds