MutableTriangle

constructor(centroid: Vector2F, orientation: ComplexF, originPointA: Vector2F, originPointB: Vector2F, originPointC: Vector2F)

Creates a new instance of MutableTriangle.

Parameters

orientation

the value is expected to be normalized.


constructor(pointA: Vector2F, pointB: Vector2F, pointC: Vector2F)

Creates a new instance of MutableTriangle.