sympy_Point3D
Create a 3D point with specified x, y, z coordinates for symbolic geometry computations.
Instructions
Create a 3D point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | x-coordinate | |
| y | Yes | y-coordinate | |
| z | Yes | z-coordinate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |