Class LineF

java.lang.Object
me.clarius.sdk.LineF

public class LineF extends Object
2D line with double precision.
  • Field Details

    • p1

      public PointF p1
      First point in the line.
    • p2

      public PointF p2
      Second point in the line.
  • Constructor Details

    • LineF

      public LineF()
      Default constructor.
    • LineF

      public LineF(PointF p1, PointF p2)
      Constructor with parameters.
      Parameters:
      p1 - First point in the line.
      p2 - Second point in the line.