Package io.github.shimeoki.jfx.rasterization


package io.github.shimeoki.jfx.rasterization
Main package with other subpackages and ungrouped types.
Since:
2.0.0
  • Class
    Description
    Simple 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 some colors from the HTML specification as constants.
    A Triangler 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 default Triangle implementation.
    An interface that represents a triangle with floats for the coordinates.
    An interface for triangle rasterizers.
    Standard implementation of the Point2f.
    Standard implementation of the Point2i.