MutableRoundedRectangle

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

Creates a new instance of MutableRoundedRectangle.

Parameters

orientation

the value is expected to be normalized.

Throws

when cornerRadius is greater than the half the length of the shorter side of this rounded rectangle.