Cloneable
public class PointZ extends PointD implements Cloneable
double
M
Z
X, Y
PointZ()
PointZ(double x, double y, double z)
PointZ(double x, double y, double z, double m)
Object
clone()
PointD
toPointD()
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public double Z
public double M
public PointZ()
public PointZ(double x, double y, double z)
x
y
z
public PointZ(double x, double y, double z, double m)
m
public PointD toPointD()
public Object clone()
clone
Copyright © 2019. All rights reserved.