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 Point3static final Point3final floatdistanceTo(float px, float py, float pz) final floatdistanceTo(Point3 p) final floatdistanceToSquared(float px, float py, float pz) final floatfloatget(int i) static final Point3static final Vector3static final Vector3final Point3set(float x, float y, float z) final Point3static final Vector3final StringtoString()
-
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