MutableCircle

constructor(center: Vector2F, orientation: ComplexF, radius: Float)

Creates a new instance of MutableCircle.

Parameters

orientation

the value is expected to be normalized.

Throws

when radius is less than zero.