You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
*`Geom.Intersects.PointToLine` has a new optional argument `lineThickness` (which defaults to 1). This allows you to determine if the point intersects a line of a given thickness, where the line-ends are circular (not square).
63
63
*`Geom.Line.GetNearestPoint` is a new static method that will return the nearest point on a line to the given point.
64
64
*`Geom.Line.GetShortestDistance` is a new static method that will return the shortest distance from a line to the given point.
65
+
*`Camera.getBounds` is a new method that will return a rectangle containing the bounds of the camera.
0 commit comments