point()
Places a solver point at the given position. Constraint sketches only — the position is a guess like every other literal; constrain it with coincident/fix/distance statements.
Returns: Geometry
Signatures
point(position: Point2DLike): Geometry
Places a solver point at the given position. Constraint sketches only — the position is a guess like every other literal; constrain it with coincident/fix/distance statements.
| Parameter | Type | Description |
|---|---|---|
position | Point2DLike | The point position |