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