public class Point3D extends Object
boolean
printValue
float
value
int
x
y
z
Point3D(int x, int y, int z)
Point3D(int x, int y, int z, float value)
Point3D
clone()
String
toString()
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int x
public int y
public int z
public float value
public boolean printValue
public Point3D(int x, int y, int z)
public Point3D(int x, int y, int z, float value)
public String toString()
toString
Object
public Point3D clone()
clone
Copyright © 2015–2021 Fiji. All rights reserved.