Package org.sunflow.math
Class Point3
java.lang.Object
org.sunflow.math.Point3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Point3
static final Point3
final float
distanceTo
(float px, float py, float pz) final float
distanceTo
(Point3 p) final float
distanceToSquared
(float px, float py, float pz) final float
float
get
(int i) static final Point3
static final Vector3
static final Vector3
final Point3
set
(float x, float y, float z) final Point3
static final Vector3
final String
toString()
-
Field Details
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Point3
public Point3() -
Point3
public Point3(float x, float y, float z) -
Point3
-
-
Method Details