MutableRegularTriangle

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

Creates a new instance of MutableRegularTriangle.

Parameters

orientation

the value is expected to be normalized.

Throws

when sideLength is less than zero.