Class AbstractTacticalSymbol.OrderedSymbol

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double dx
      Per-frame screen offset indicating this symbol's x-offset relative to the screenPoint.
      double dy
      Per-frame screen offset indicating this symbol's y-offset relative to the screenPoint.
      double eyeDistance
      Per-frame distance corresponding to the distance between the placePoint and the View's eye point.
      java.awt.Rectangle iconRectScaled
      iconRect with scaling applied, used to lay out text.
      java.awt.Rectangle layoutRect  
      java.awt.Rectangle layoutRectScaled
      layoutRect with scaling applied, used to lay out text.
      Vec4 placePoint
      Per-frame Cartesian point corresponding to this symbol's position.
      Vec4 screenPoint
      Per-frame screen point corresponding to the projection of the placePoint in the viewport (on the screen).
      java.awt.Rectangle screenRect  
      double sx
      Per-frame screen scale indicating this symbol's x-scale relative to the screen offset.
      double sy
      Per-frame screen scale indicating this symbol's y-scale relative to the screen offset.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OrderedSymbol()