arc

A circular arc.

Signatures

  • arc( vector center, float gamma )
  • arc( vector center, float gamma, vector normal )

Details

This curve segments adds a general circular arc to the curve.

Parameters

center

The center point of the arc circle.

gamma

The angle in radiants that is covered by the arc. This can be a positive or negative value. The direction is defined by the right hand rule.

normal

The axis of the arc circle (default: <[0,0,1]>). This is the normal of the circle plane and the orientation for the right hand rule.

See also