MathUtil Class
The mathUtil class is use to calculate lines
Constructor
MathUtil
()
Item Index
Methods
getBoundingRect
(
Rectangle
-
boundingBoxes
This method is use to calculate the size of the rectangle that contains bounding boxes.
Parameters:
-
boundingBoxesRectangle[]List of bounding box
Returns:
getEllipseArcRect
(
Rectangle
-
center -
maxRadius -
minRadius -
orientation -
startAngle -
sweepAngle
This method is use to calculate the size of the rectangle that contains an ellipse arc.
Parameters:
-
centerPoint -
maxRadiusNumber -
minRadiusNumber -
orientationNumber -
startAngleNumber -
sweepAngleNumber
