MutableRectangle

constructor(center: Vector2F, orientation: ComplexF, width: Float, height: Float)

Creates a new instance of MutableRectangle.

Parameters

orientation

the value is expected to be normalized.

Throws

when height is less than zero.