Method GetWorldPositionFromSolverPlanePoint
GetWorldPositionFromSolverPlanePoint(Vector2)
Convert a position from solver's plane to world coordinates.
Declaration
protected Vector3 GetWorldPositionFromSolverPlanePoint(Vector2 planePoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | planePoint | Vector3 representing a position in the Solver's plane. |
Returns
| Type | Description |
|---|---|
| Vector3 | Converted position to world coordinates. |