Circle

fun Circle(center: Vector2F, orientation: ComplexF, radius: Float): Circle

Creates a new instance of Circle.

Parameters

orientation

the value is expected to be normalized.

Throws

when radius is less than zero.