Circle.point_at
- Circle.point_at(t, world=True)[source]
Construct a point on the circle at a specific parameter.
- Parameters:
- tfloat
The parameter of the point. The parameter is expected to be normalized, and will be mapped to the corresponding angle in the interval
[0, 2 * pi]
.- worldbool, optional
If
True
, the point is returned in world coordinates.
- Returns:
compas.geometry.Point
The point on the circle at the specified parameter.
See also
normal_at()
,tangent_at()
,binormal_at()
Notes
The location of the point is expressed with respect to the world coordinate system.