piDogGeometry
Protected Module piDogGeometry
Description
The piDogGeometry Module contains classes and methods that are required by piDogScrollingCanvas.

piDogGeometry.DoubleRect is a rect class that parallels most of Xojo.Rect but uses Double values.
piDogGeometry.DoublePoint is a point class that parallels some of Xojo.Point but using Double Values.

These items are available for you to use and/or borrow from.
Please share improvements back to me!
Classes
DoublePoint
piDogGeometry.DoublePoint is a point class that parallels some of Xojo.Point but using Double Values.
DoubleRect
piDogGeometry.DoubleRect is a rect class that parallels most of Xojo.Rect but uses Double values.
Constants
Methods
Contains
whether this Xojo.Rect contains a doubleRect
Intersects
whether this Xojo.Rect intersects a doubleRect
MaxD
Returns the Max of two Double values
MaxInt
Returns the Max of two Integer values
MinD
Return the Min of two Double Values
MinInt
Returns the Min of two Integer values