Searched refs:ptA (Results 1 – 1 of 1) sorted by relevance
376 public LineSegment(@NonNull final Point ptA, @NonNull final Point ptB) { in LineSegment() argument377 this.mPtA = ptA; in LineSegment()