Class Point3

java.lang.Object
org.sunflow.math.Point3

public final class Point3 extends Object
  • 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

      public Point3(Point3 p)
  • Method Details