Packageorg.papervision3d.core.math.util
Classpublic class FastRectangleTools



Public Methods
 MethodDefined by
  
intersection(rect1:Rectangle, rect2:Rectangle, targetrect:Rectangle = null):Rectangle
[static]
FastRectangleTools
  
intersects(rect1:Rectangle, rect2:Rectangle):Boolean
[static]
FastRectangleTools
Method detail
intersection()method
public static function intersection(rect1:Rectangle, rect2:Rectangle, targetrect:Rectangle = null):RectangleParameters
rect1:Rectangle
 
rect2:Rectangle
 
targetrect:Rectangle (default = null)

Returns
Rectangle
intersects()method 
public static function intersects(rect1:Rectangle, rect2:Rectangle):BooleanParameters
rect1:Rectangle
 
rect2:Rectangle

Returns
Boolean