core

RotatedRect

fields

RotatedRect = {
center : Point2 ,
size : Size ,
angle : number
}

constructors

constructor ()
constructor ( center : Point2 , size : Size , angle : number )

functions

boundingRect

Result : Rect
boundingRect () : Result