copy
abstract fun copy(centroid: Vector2F = this.centroid, orientation: ComplexF = this.orientation, originPointA: Vector2F = this.originPointA, originPointB: Vector2F = this.originPointB, originPointC: Vector2F = this.originPointC): Triangle
Returns a copy of this instance with specified properties changed.
Parameters
orientation
the value is expected to be normalized.