Class Point3D


  • public class Point3D
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[] coords  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point3D()  
      Point3D​(float x, float y, float z)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coords

        public float[] coords
    • Constructor Detail

      • Point3D

        public Point3D()
      • Point3D

        public Point3D​(float x,
                       float y,
                       float z)