aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Math: AABBox + AffineTransform: Make class finalSven Göthel2024-04-252-2/+2
* Math: Recti::size(): Change semantics: Return true if area is zero, not if x ...Sven Göthel2024-04-251-2/+2
* Math: AABBox: Fix getRayIntersection(), i.e. setting the correct resulting co...Sven Göthel2024-04-251-4/+4
* Math: Align Frustum/Matrix dependency w/ native jaulibSven Göthel2024-04-254-42/+34
* FloatUtil: Add IEC559_SIGN_BIT; Align API doc and implementation w/ native ja...Sven Göthel2024-04-252-24/+41
* VectorUtil.isSelfIntersecting1(): Always use off-curve pointsSven Göthel2024-02-151-52/+8
* Graph: Cleanup Loop & OutlineShape, more compact methodsSven Göthel2024-02-151-21/+18
* VectorUtil: Add experimental isSelfIntersecting1() with O(n*n) complexitySven Göthel2024-02-141-0/+69
* VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa...Sven Göthel2024-02-142-6/+79
* Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to...Sven Göthel2024-02-143-49/+79
* VectorUtil.isConvex1(): Fix zero test and handle out-of-boundsSven Göthel2024-02-141-2/+5
* VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinearSven Göthel2024-02-142-30/+86
* VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILONSven Göthel2024-02-141-5/+4
* DoubleUtil: Align Epsilon ops w/ FloatUtilSven Göthel2024-02-142-14/+34
* FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing ...Sven Göthel2024-02-141-6/+26
* Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas...Sven Göthel2024-02-142-12/+12
* Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a...Sven Göthel2024-02-133-26/+123
* Bug 1501: VectorUtil: Deprecate prev line2line intersection tests, adding new...Sven Göthel2024-02-131-72/+476
* VectorUtil: Consolidate names, remove unused float prevision variants (if any)Sven Göthel2024-02-133-109/+52
* Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR...Sven Göthel2024-02-131-0/+15
* Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH...Sven Göthel2024-02-132-24/+24
* VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d...Sven Göthel2024-02-121-34/+8
* Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h...Sven Göthel2024-02-123-20/+55
* Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...Sven Göthel2024-02-121-18/+65
* Graph: Outline[Shape]: Add print()Sven Göthel2024-02-112-0/+26
* Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an...Sven Göthel2024-02-051-0/+32
* GLMediaPlayer.Chapter: Add duration()Sven Göthel2024-02-041-0/+2
* Graph Font: Pull up static functionSven Göthel2024-02-041-16/+16
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-042-24/+2
* Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon...Sven Göthel2024-02-032-0/+47
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-025-23/+41
* OutlineShape: Earmark coloring task when triangulating ..Sven Göthel2024-02-021-0/+10
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-026-60/+25
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-021-3/+15
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-026-176/+299
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-014-31/+195
* Vec[234][ifd]: Add toArray(..) methodSven Göthel2024-02-015-0/+39
* Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...Sven Göthel2024-02-016-42/+925
* Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending...Sven Göthel2024-01-312-0/+30
* GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab...Sven Göthel2024-01-311-4/+16
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-311-10/+29
* Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...Sven Göthel2024-01-315-31/+220
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-291-2/+8
* GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...Sven Göthel2024-01-283-0/+175
* GLMediaPlayer: Support tile metadataSven Göthel2024-01-271-0/+8
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-271-17/+96
* GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1Sven Göthel2024-01-261-2/+3
* Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..)Sven Göthel2024-01-266-50/+114
* Bug 1491: Add missing rename DefaultGraphicsDevice.swap{Device->}HandleAndOwn...Sven Göthel2024-01-251-2/+2
* Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit...Sven Göthel2024-01-251-36/+28