@Persistent
public class Point3D
extends java.lang.Object
| Constructor and Description |
|---|
Point3D() |
Point3D(float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
Point3D |
clone() |
float |
getDistance(Point3D target) |
float |
getDistance2D(Point3D target) |