RegularTriangle

fun RegularTriangle(center: Vector2F, orientation: ComplexF, sideLength: Float): RegularTriangle

Creates a new instance of RegularTriangle.

Parameters

orientation

the value is expected to be normalized.

Throws

when sideLength is less than zero.