Class JDialogFemurTraceSectionsNetherland.TracingPoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double grad  
      (package private) float posX  
      (package private) float posY  
    • Constructor Summary

      Constructors 
      Constructor Description
      TracingPoint​(double _grad, float _posX, float _posY)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • grad

        double grad
      • posX

        float posX
      • posY

        float posY
    • Constructor Detail

      • TracingPoint

        public TracingPoint​(double _grad,
                            float _posX,
                            float _posY)