Package-level declarations
Types
Link copied to clipboard
Represents a 2D simplex range interpolated in a parametric space. This class defines a triangular range in 2D space, parameterized by three control points x0
, x1
, and x2
. It implements the Parametric2D
interface, allowing evaluation of linear combinations of these control points based on two parameters u
and v
.
Link copied to clipboard
Link copied to clipboard
Represents a value defined over an N-dimensional simplex range.