LibreOffice Module basegfx (master) 1
|
#include <bezierclip.hxx>
Public Member Functions | |
Point2D & | operator[] (int i) |
const Point2D & | operator[] (int i) const |
Public Attributes | |
Point2D | p0 |
Point2D | p1 |
Point2D | p2 |
Point2D | p3 |
Definition at line 33 of file bezierclip.hxx.
Definition at line 40 of file bezierclip.hxx.
References i.
Definition at line 41 of file bezierclip.hxx.
References i.
Point2D Bezier::p0 |
Definition at line 35 of file bezierclip.hxx.
Referenced by Impl_calcBounds(), Impl_calcClipRange(), Impl_calcFatLine(), Impl_calcFocus(), Impl_deCasteljauAt(), main(), printCurvesWithSafeRange(), and printResultWithFinalCurves().
Point2D Bezier::p1 |
Definition at line 36 of file bezierclip.hxx.
Referenced by Impl_calcBounds(), Impl_calcClipRange(), Impl_calcFatLine(), Impl_calcFocus(), Impl_deCasteljauAt(), main(), printCurvesWithSafeRange(), and printResultWithFinalCurves().
Point2D Bezier::p2 |
Definition at line 37 of file bezierclip.hxx.
Referenced by Impl_calcBounds(), Impl_calcClipRange(), Impl_calcFatLine(), Impl_calcFocus(), Impl_deCasteljauAt(), main(), printCurvesWithSafeRange(), and printResultWithFinalCurves().
Point2D Bezier::p3 |
Definition at line 38 of file bezierclip.hxx.
Referenced by Impl_calcBounds(), Impl_calcClipRange(), Impl_calcFatLine(), Impl_calcFocus(), Impl_deCasteljauAt(), main(), printCurvesWithSafeRange(), and printResultWithFinalCurves().