Searched refs:mEndPoint (Results 1 – 1 of 1) sorted by relevance
573 newSegment.mEndPoint.set(endX, endY); in loadCollisionTiles()674 private Vector2 mEndPoint; field in CollisionSystem.LineSegment681 mEndPoint = new Vector2(); in LineSegment()688 mEndPoint.set(end); in set()705 final float x2 = mEndPoint.x; in calculateIntersection()709 final float y2 = mEndPoint.y; in calculateIntersection()733 final float x2 = mEndPoint.x; in calculateIntersectionBox()735 final float y2 = mEndPoint.y; in calculateIntersectionBox()795 hitPoint.set(mEndPoint); in calculateIntersectionBox()