PlanarSurface.point_at
- PlanarSurface.point_at(u, v, world=True)[source]
Construct a point on the planar surface.
- Parameters:
- ufloat
The first parameter.
- vfloat
The second parameter.
- worldbool, optional
If
True
, return the point in world coordinates.
- Returns:
compas.geometry.Point
A point on the sphere.