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
Triangler
implementation 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 somecolors
from the HTML specification as constants.ATriangler
implementation 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 defaultTriangle
implementation.An interface that represents a triangle with floats for the coordinates.An interface for triangle rasterizers.Standard implementation of thePoint2f
.Standard implementation of thePoint2i
.