All Classes and Interfaces

Class
Description
A class that represents barycentric coordinates using floats.
A class for memory and time efficient Barycentrics generation from a Triangle.
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.
An interface that represents a function to get the colors to fill the triangle.
Class for some operations on floats using a fixed epsilon value.
One of the standard implementations of Filler to fill the triangles with a gradient from three colors.
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.
One of the standard implementations of Filler to fill the triangles with one color.
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.