public class Point
extends java.lang.Object
Constructor and Description |
---|
Point(float[] l)
Constructor
sets this.l to the given float[] reference
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Model model)
apply a model to the point
transfers the local coordinates to new world coordinates
|
static float |
distance(Point p1,
Point p2)
estimate the Euclidean distance of two points in the world
|
float[] |
getL() |
float[] |
getW() |
public Point(float[] l)
l
- reference to the local coordinates of the pointpublic final float[] getW()
public final float[] getL()
public final void apply(Model model)