Class Tuple3d


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

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
      double z  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple3d​(double p_i51794_1_, double p_i51794_3_, double p_i51794_5_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public double x
      • y

        public double y
      • z

        public double z
    • Constructor Detail

      • Tuple3d

        public Tuple3d​(double p_i51794_1_,
                       double p_i51794_3_,
                       double p_i51794_5_)