UV public class UV Documentation Code public double U { get; } Get the U component of a UV public double V { get; } Get the V component of a V public static UV ByCoordinates(double u = 0, double v = 0) Create a UV from two doubles.