sympy_Point3D
Create 3D points for spatial geometry and vector calculations in symbolic mathematics by specifying x, y, and z coordinates.
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 |