Package io.github.shimeoki.jfx.rasterization.triangle


package io.github.shimeoki.jfx.rasterization.triangle
Package for the triangle rasterization types.
Since:
2.0.0
  • Class
    Description
    A class that represents barycentric coordinates using floats.
    A class for memory and time efficient Barycentrics generation from a Triangle.
    An interface that represents a function to get the colors to fill the triangle.
    One of the standard implementations of Filler to fill the triangles with a gradient from three colors.
    One of the standard implementations of Filler to fill the triangles with one color.