public class VisualizationFunctions extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
storeBeadPosition |
Constructor and Description |
---|
VisualizationFunctions() |
Modifier and Type | Method and Description |
---|---|
protected static void |
computeArrowLines(ArrayList<Point3f> list,
Point3f to,
Vector3f v,
Vector3f a,
Vector3f b,
float arrowHeadAngle,
float arrowHeadLength) |
static ArrayList<Point3f> |
getBoundingBox(float minX,
float maxX,
float minY,
float maxY,
float minZ,
float maxZ) |
static ArrayList<Point3f> |
getBoundingBox(int[] fr,
int[] to) |
static ArrayList<Point3f> |
getBoundingBox(ViewDataBeads view) |
static Color3f |
getRandomColor() |
static Color3f |
getRandomColor(long seed) |
static Color3f |
getRandomPastellColor(float lowerBorder) |
static Color3f |
getRandomPastellColor(long seed,
float lowerBorder) |
static ArrayList<Point3f> |
getTransformedBoundingBox(ViewDataBeads view) |
static ArrayList<Point3f> |
makeArrow(Point3f from,
Point3f to,
float arrowHeadAngle,
float arrowHeadLength) |
public static final boolean storeBeadPosition
public static Color3f getRandomPastellColor(float lowerBorder)
public static Color3f getRandomColor()
public static Color3f getRandomColor(long seed)
public static Color3f getRandomPastellColor(long seed, float lowerBorder)
public static ArrayList<Point3f> makeArrow(Point3f from, Point3f to, float arrowHeadAngle, float arrowHeadLength)
protected static void computeArrowLines(ArrayList<Point3f> list, Point3f to, Vector3f v, Vector3f a, Vector3f b, float arrowHeadAngle, float arrowHeadLength)
public static ArrayList<Point3f> getTransformedBoundingBox(ViewDataBeads view)
public static ArrayList<Point3f> getBoundingBox(ViewDataBeads view)
Copyright © 2015–2021 Fiji. All rights reserved.