Ellipse.point_at
- Ellipse.point_at(t, world=True)[source]
- Compute the point at a specific parameter. - Parameters:
- tfloat
- The parameter value. 
- worldbool, optional
- If - True, the point is returned in world coordinates.
 
- Returns:
- compas.geometry.Point
- The point at the parameter. 
 
 - See also - Notes - The location of the point is expressed with respect to the world coordinate system.