Package io.github.shimeoki.jfx.rasterization
package io.github.shimeoki.jfx.rasterization
Main package with other subpackages and ungrouped types.
- Since:
- 2.0.0
-
ClassDescriptionSimple color class with float values.A
Trianglerimplementation using the digital differential analyzer algorithm for drawing slopes and drawing pixels one by one.Class for some operations on doubles using a fixed epsilon value.Class for some operations on floats using a fixed epsilon value.Non-instantiable class with somecolorsfrom the HTML specification as constants.ATrianglerimplementation using the Bresenham algorithm (on integers) for drawing slopes and drawing pixels one by one.Class for some operations on integers that are not in the standard Math class.An interface that represents a point in 2D space using floats.An interface that represents a point in 2D space using integers.A defaultTriangleimplementation.An interface that represents a triangle with floats for the coordinates.An interface for triangle rasterizers.Standard implementation of thePoint2f.Standard implementation of thePoint2i.