MutableAnnulus

constructor(center: Vector2F, orientation: ComplexF, outerRadius: Float, innerRadius: Float)

Creates a new instance of MutableAnnulus.

Parameters

orientation

the value is expected to be normalized.

Throws

when outerRadius is less than innerRadius.