91 B2IVector& operator=( const ::basegfx::B2ITuple& rVec );
120 template<
typename charT,
typename traits >
121 inline std::basic_ostream<charT, traits> &
operator <<(
124 return stream <<
"(" << vector.
getX() <<
"," << vector.
getY() <<
")";
#define BASEGFX_DLLPUBLIC
Base class for all Points/Vectors with two sal_Int32 values.
Base Point class with two sal_Int32 values.
double scalar(const B2IVector &rVec) const
Calculate the Scalar with another 2D Vector.
B2IVector & operator*=(const B2IVector &rPnt)
*=operator to allow usage from B2IVector, too
B2IVector(const ::basegfx::B2ITuple &rTuple)
constructor with tuple to allow copy-constructing from B2ITuple-based classes
B2IVector(sal_Int32 nX, sal_Int32 nY)
Create a 2D Vector.
B2IVector()
Create a 2D Vector.
B2IVector & operator*=(sal_Int32 t)
*=operator to allow usage from B2IVector, too
TYPE getX() const
Get X-Coordinate of 2D Tuple.
TYPE getY() const
Get Y-Coordinate of 2D Tuple.
Reference< XOutputStream > stream
std::basic_ostream< charT, traits > & operator<<(std::basic_ostream< charT, traits > &stream, BColor const &color)
SmFace & operator*=(SmFace &rFace, const Fraction &rFrac)