summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2003-12-08Updated unit testsThorsten Behrens
2003-12-08Merged to AW's latest changes, added preliminary bezier testcasesThorsten Behrens
2003-12-08Initial revisionThorsten Behrens
2003-12-03remaned min, max, abs to their longer names due to preprocessor expansionsArmin Weiss
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, range,...Armin Weiss
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range name...Armin Weiss
2003-11-26BDRange no longer needed, moved to namespace range and the directories thereArmin Weiss
2003-11-26Added support for B3DPolygonsArmin Weiss
2003-11-26Moved BasicRange header and implementation to range namespace and directoriesArmin Weiss
2003-11-26Added B3DPolygon supportArmin Weiss
2003-11-12Put Impl class into anonymous namespaceThorsten Behrens
2003-11-12Added scalar cross() method to B2DVector, which returns length of the 2D cros...Thorsten Behrens
2003-11-12Added second adaptive subdivision method (this time with an angle differences...Thorsten Behrens
2003-11-11added B2DVector::angleArmin Weiss
2003-11-11Added functionality at the Poly and PolyPolygon tools for subdivides, correct...Armin Weiss
2003-11-10Moved template declaration to internal namespaceThorsten Behrens
2003-11-10Initial revisionThorsten Behrens
2003-11-10Added bezier tools fileThorsten Behrens
2003-11-10Some error corrections, some additions to polygon stuff, making PolyPolygonCu...Armin Weiss
2003-11-06Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and...Armin Weiss
2003-11-06Added tooling for cutting PolyPolygonsArmin Weiss
2003-11-06Added tooling for PolyPolygon cuttingArmin Weiss
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_...Armin Weiss
2003-11-05Added new area for PolyPolygon toolsArmin Weiss
2003-11-03Added entries for tuple and rangeArmin Weiss
2003-10-31removed /sdr from deliver pathsArmin Weiss
2003-10-31Added deliver statements for most used headersArmin Weiss
2003-10-31includes were one inc too deep, correctingArmin Weiss
2003-10-31includes were one inc too deep, correctingArmin Weiss
2003-10-28basegfx reorganizationArmin Weiss
2003-10-28basegfx reorganizationArmin Weiss
2003-10-17#110496# Make this compile under Windows again, outlined various inlines (mos...Thorsten Behrens
2003-09-26Slight changes in grouping; having three files nowThorsten Behrens
2003-09-26initial revisionThorsten Behrens
2003-09-26Reverted from 'optimized' doMulMatrix to plain version (since the former botc...Thorsten Behrens
2003-09-25Initial revisionThorsten Behrens
2003-08-20Some adaptions to coding guidelines. Method names are now lowercase, as well ...Thorsten Behrens
2003-08-20Added missing ftools includeThorsten Behrens
2003-04-29Added B2DPolyPolygon basic implementationArmin Weiss
2003-04-28ADded unsharp comparisons, addeed usage of these where useful/necessary.Armin Weiss
2003-04-16Added cubic bezier classArmin Weiss
2003-04-15Added basic class for handling quadtratic beziers (preparation for THB)Armin Weiss
2003-04-15Extended the Polygon implementationArmin Weiss
2003-03-14Added assigment operators for tuple, vector. Also added Flip() functionality ...Armin Weiss
2003-03-14Simplified polygon base template (PolygonPointList), changed some include sta...Armin Weiss
2003-03-06Evaluation of bezier clipping, not for production useThorsten Behrens
2003-02-27Added Append/Inserts for polygons, expanded constructors, expanded possibilit...Armin Weiss
2003-02-19Changed Range implementations to use local members now.Armin Weiss
2003-02-19Added Range classes (B1DRange, B2DRange, B3DRange) for 1-3 dimensions.Armin Weiss
2003-02-18Changed all *Pair names to *Tuple names since B3DPair makes no sense. A secon...Armin Weiss