Version 0.55.1

Curve Reversion Operator

Reverts the direction of a curve.

Signatures

  •   - curve1

Details

Unary operator that inverts the direction of a curve.

Example

 curve c = <[1.0, 1.0]> -> <[2.0, 1.0]> -> <[1.5, 2.0]>
 echo( -c )
 

Output

 <[1.5,2,0]>->line_to(<[2,1,0]>)->line_to(<[1,1,0]>)
 

Return value

A reversed copy of curve1 .

Parameters

curve1

The curve object the operator returns a reversed copy of.

See also

🗙

Search results for