public class GLSupport
extends java.lang.Object
Constructor and Description |
---|
GLSupport() |
Modifier and Type | Method and Description |
---|---|
static void |
GLMatrixToTransform(AffineTransform3d T,
double[] mat) |
static void |
GLMatrixToTransform(DenseMatrix T,
double[] mat) |
static void |
HSVtoRGB(float[] hsv,
float[] rgb)
Convert an HSV color to RGB representation.
|
static void |
interpolateColor(float[] result,
float[] color0,
float[] color1,
double s) |
static void |
RGBtoHSV(float[] hsv,
float[] rgb)
Convert an RGB color to HSV representation.
|
static void |
transformToGLMatrix(double[] mat,
AffineTransform3d T) |
static void |
transformToGLMatrix(double[] mat,
Matrix T) |
public static void transformToGLMatrix(double[] mat, Matrix T)
public static void GLMatrixToTransform(DenseMatrix T, double[] mat)
public static void transformToGLMatrix(double[] mat, AffineTransform3d T)
public static void GLMatrixToTransform(AffineTransform3d T, double[] mat)
public static void HSVtoRGB(float[] hsv, float[] rgb)
public static void RGBtoHSV(float[] hsv, float[] rgb)
public static void interpolateColor(float[] result, float[] color0, float[] color1, double s)