edu.stanford.math.plex4.visualization
public class PointCloudScaling extends java.lang.Object
Constructor and Description |
---|
PointCloudScaling() |
Modifier and Type | Method and Description |
---|---|
static float[][] |
scaleCoordinates(double[][] points,
float scale)
Returns a scaled version of the point cloud.
|
static float |
translateAndScale(double x,
double a,
double b,
float scale) |
public static float[][] scaleCoordinates(double[][] points, float scale)
points
- scale
- public static float translateAndScale(double x, double a, double b, float scale)