Package Phase3

Class Element

java.lang.Object
Phase3.Element

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

    Fields 
    Modifier and Type Field Description
    (package private) java.lang.String type  
    (package private) float x  
    (package private) float y  
    (package private) float z  
  • Constructor Summary

    Constructors 
    Constructor Description
    Element​(java.lang.String type, 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 Details

    • type

      java.lang.String type
    • x

      float x
    • y

      float y
    • z

      float z
  • Constructor Details

    • Element

      public Element​(java.lang.String type, float x, float y, float z)