ConicalSurface.point_at

ConicalSurface.point_at(u, v, world=True)[source]

Compute a point on the surface at the given parameters.

Parameters:
ufloat

The first parameter.

vfloat

The second parameter.

worldbool, optional

If True, return the point in world coordinates.

Returns:
compas.geometry.Point

The point at the given parameters.