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