Package net.mcreator.util.math
Class Point3D
java.lang.Object
net.mcreator.util.math.Point3D
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
z
public double z
-
-
Constructor Details
-
Point3D
public Point3D(double x, double y, double z)
-