circle_evaluate

compas.geometry.circle_evaluate(t, r, z=0)[source]

Evalutes a circle at a parameter.

Parameters
  • t (float) – Parameter.

  • r (float) – Radius of the circle.

  • z (float, optional) – Elevation of the circle above the XY plane.

Returns

[float, float, float] – The XYZ coordinates.