34 typedef ::basegfx::BasicRange< double, DoubleTraits >
MyBasicRange;
44 : maRangeX(rTuple.getX()),
45 maRangeY(rTuple.getY()),
46 maRangeZ(rTuple.getZ())
67 : maRangeX(rTuple1.getX()),
68 maRangeY(rTuple1.getY()),
69 maRangeZ(rTuple1.getZ())
192 maRangeX.
grow(fValue);
193 maRangeY.
grow(fValue);
194 maRangeZ.
grow(fValue);
218 static const B3DRange& getUnitB3DRange();
#define BASEGFX_DLLPUBLIC
Base Point class with three double values.
bool operator!=(const B3DRange &rRange) const
bool overlaps(const B3DRange &rRange) const
B3DVector getRange() const
B3DRange(double x1, double y1, double z1, double x2, double y2, double z2)
B3DRange(const B3DTuple &rTuple)
bool operator==(const B3DRange &rRange) const
B3DRange(const B3DTuple &rTuple1, const B3DTuple &rTuple2)
void expand(const B3DRange &rRange)
::basegfx::BasicRange< double, DoubleTraits > MyBasicRange
B3DTuple clamp(const B3DTuple &rTuple) const
clamp value on range
void expand(const B3DTuple &rTuple)
B3DPoint getCenter() const
Base class for all Points/Vectors with three double values.
Base Point class with three double values.
bool overlaps(const BasicRange &rRange) const
Traits::DifferenceType getRange() const
TYPE getX() const
Get X-Coordinate of 3D Tuple.
TYPE getZ() const
Get Z-Coordinate of 3D Tuple.
TYPE getY() const
Get Y-Coordinate of 3D Tuple.
B2DPoint operator*(const ::basegfx::B2DHomMatrix &rMat, const B2DPoint &rPoint)
SmFace & operator*=(SmFace &rFace, const Fraction &rFrac)